A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W 

I

IDENTITY_NO_SUCH_FILE - enum entry in com.microsoft.intune.mam.client.strict.MAMStrictCheck

Attempt to protect a file which does not exist.

identityFromOID(java.lang.String) - function in com.microsoft.intune.mam.client.identity.ExternalIdentityUtils
Convert an OID parameter into a MAMIdentity.
IdentitySwitchOption - class in com.microsoft.intune.mam.client.app
Options that may be specified when an app requests a UI identity switch.
IGNORE_INTENT - enum entry in com.microsoft.intune.mam.client.app.IdentitySwitchOption

The identity switch should ignore the intent that started the current activity or was passed to the activity by onNewIntent. If this option is not set, the MAM SDK will assume that the most recent intent is still being used in the app. This will cause receive policy for the new identity to treat the intent as incoming data and use its identity.

IMANAGE - enum entry in com.microsoft.intune.mam.policy.SaveLocation

iManage.

INCOMING_IDENTITY_SWITCH - enum entry in com.microsoft.intune.mam.client.strict.MAMStrictCheck

An incoming activity identity switch was not handled properly. If your app uses the process identity, it must override MAMActivityIdentityRequirementListener.onMAMIdentitySwitchRequired in order to ensure that the incoming data is compatible with the already set process identity. Apps which use the process identity need to take even more care with incoming identity switches than most because these apps usually assume that only one identity (the process one) will be active. If data belonging to a different identity (e.g. a personal one) comes in, the app needs to either be able to handle that data properly (segregate it from the managed user) or refuse the identity switch.

initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initialize(android.content.Context) - function in com.microsoft.intune.mam.client.app.MAMComponents
Initialize the object with a given context.
initialize(android.app.Application) - function in com.microsoft.intune.mam.client.app.MAMConfigOnly
Initialize MAM components with the given config-only Application.
insert(android.net.Uri,android.content.ContentValues) - function in android.provider.CloudMediaProvider
 
insert(android.net.Uri,android.content.ContentValues) - function in android.provider.DocumentsProvider
 
insert(android.net.Uri,android.content.ContentValues) - function in com.microsoft.intune.mam.client.content.MAMContentProvider
 
insert(android.net.Uri,android.content.ContentValues,android.os.Bundle) - function in com.microsoft.intune.mam.client.content.MAMContentProvider
 
insert(android.content.ContentProviderClient,android.net.Uri,android.content.ContentValues) - function in com.microsoft.intune.mam.client.content.MAMContentProviderClientManagement
 
insert(android.content.ContentProviderClient,android.net.Uri,android.content.ContentValues,android.os.Bundle) - function in com.microsoft.intune.mam.client.content.MAMContentProviderClientManagement
 
insert(android.content.ContentResolver,android.net.Uri,android.content.ContentValues) - function in com.microsoft.intune.mam.client.content.MAMContentResolverManagement
 
insert(android.content.ContentResolver,android.net.Uri,android.content.ContentValues,android.os.Bundle) - function in com.microsoft.intune.mam.client.content.MAMContentResolverManagement
 
insert(android.net.Uri,android.content.ContentValues,android.os.Bundle) - function in com.microsoft.intune.mam.client.content.MAMDocumentsProvider
 
insertMAM(android.net.Uri,android.content.ContentValues) - function in com.microsoft.intune.mam.client.content.HookedContentProvider
MAM version of insert.
insertMAM(android.net.Uri,android.content.ContentValues,android.os.Bundle) - function in com.microsoft.intune.mam.client.content.MAMContentProvider
MAM version of insert.
insertMAM(android.net.Uri,android.content.ContentValues) - function in com.microsoft.intune.mam.client.content.MAMDocumentsProvider
MAM version of insert.
insertMAM(android.net.Uri,android.content.ContentValues,android.os.Bundle) - function in com.microsoft.intune.mam.client.content.MAMDocumentsProvider
MAM version of insert.
instantiate(android.content.Context,java.lang.String) - function in android.app.Fragment
 
INTENT_IDENTITY_MISMATCH - enum entry in com.microsoft.intune.mam.client.strict.MAMStrictCheck

Mismatch between the identity tag for an intent and a file transferred by that intent.

INVALID_MAM_SERVICE_TOKEN - enum entry in com.microsoft.intune.mam.client.strict.MAMStrictCheck

There was a mismatch between the user's passed in aadId and resourceId, and the decoded aadId and resourceId from the MAMService token returned by MAMServiceAuthenticationCallback.

invalidateHeaders() - function in android.preference.PreferenceActivity
 
invalidateOptionsMenu() - function in android.app.Activity
 
invalidateOptionsMenu() - function in android.app.Dialog
 
isAccountAllowed(java.lang.String) - function in com.microsoft.intune.mam.client.app.AllowedAccounts
Check if the given UPN or AAD user id (both case-insensitive) is allowed to sign in.
isActivityTransitionRunning() - function in android.app.Activity
 
isAdded() - function in android.app.Fragment
 
isBackupAllowed(kotlin.Array) - function in com.microsoft.intune.mam.client.identity.MAMDataProtectionManager
Determines if the given data buffer is allowed to be backed up.
isBackupAllowed(java.io.InputStream) - function in com.microsoft.intune.mam.client.identity.MAMDataProtectionManager
Determines if the given data buffer is allowed to be backed up.
isBackupAllowed(java.io.File) - function in com.microsoft.intune.mam.client.identity.MAMFileProtectionManager
Determines whether a file is allowed to be backed up or not.
isBinderAlive() - function in android.os.Binder
 
isCancelable() - function in android.app.DialogFragment
 
isCancelled() - function in android.os.AsyncTask
 
isChangingConfigurations() - function in android.app.Activity
 
isChild() - function in android.app.Activity
 
isChildDocument(java.lang.String,java.lang.String) - function in android.provider.DocumentsProvider
 
isDestroyed() - function in android.app.Activity
 
isDetached() - function in android.app.Fragment
 
isDeviceProtectedStorage() - function in android.content.ContextWrapper
 
isFinishing() - function in android.app.Activity
 
isHidden() - function in android.app.Fragment
 
isImmersive() - function in android.app.Activity
 
isInitializing() - function in com.microsoft.intune.mam.client.app.MAMApplication
Check if the app is currently in Application.attachBaseContext or Application.onCreate.
isInitialStickyBroadcast() - function in android.content.BroadcastReceiver
 
isInLayout() - function in android.app.Fragment
 
isInMultiWindowMode() - function in android.app.Activity
 
isInPictureInPictureMode() - function in android.app.Activity
 
isLaunchedFromBubble() - function in android.app.Activity
 
isLocalVoiceInteractionSupported() - function in android.app.Activity
 
isManagedApp(android.content.Context) - function in com.microsoft.intune.mam.client.app.MAMComponents
Determine if the app is managed (has MAM policy deployed).
isMultiPane() - function in android.preference.PreferenceActivity
 
isOrderedBroadcast() - function in android.content.BroadcastReceiver
 
isProvideContentAllowed(android.content.ContentProvider,java.lang.String) - function in com.microsoft.intune.mam.client.content.MAMContentProvider
Like the instance-method isProvideContentAllowed above, but static.
isProvideContentAllowed(java.lang.String) - function in com.microsoft.intune.mam.client.content.MAMContentProvider
A multi-identity aware app MUST use this method to determine whether policy allows sharing of content to another app.
isProvideContentAllowedForOID(java.lang.String) - function in com.microsoft.intune.mam.client.content.MAMContentProvider
A multi-identity aware app MUST use this method to determine whether policy allows sharing of content to another app.
isProvideContentAllowedForOid(android.content.ContentProvider,java.lang.String) - function in com.microsoft.intune.mam.client.content.MAMContentProvider
Like the instance-method isProvideContentAllowed above, but static.
isRemoving() - function in android.app.Fragment
 
isRestricted() - function in android.content.ContextWrapper
 
isResumed() - function in android.app.Fragment
 
isShowing() - function in android.app.Dialog
 
isStateSaved() - function in android.app.Fragment
 
isTaskRoot() - function in android.app.Activity
 
isUiContext() - function in android.content.ContextWrapper
 
isUsernameExpected() - function in com.microsoft.intune.mam.policy.SaveLocation
Check if a username is expected for the given save location.
isValid() - function in com.microsoft.intune.mam.client.app.backup.MAMFileBackupHelper
Determines whether this backup helper is in a good state and should be backed up.
isValid() - function in com.microsoft.intune.mam.client.app.backup.MAMSharedPreferencesBackupHelper
Determines whether this backup helper is in a good state and should be backed up.
isVisible() - function in android.app.Fragment
 
isVoiceInteraction() - function in android.app.Activity
 
isVoiceInteractionRoot() - function in android.app.Activity
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W