Home
last modified time | relevance | path

Searched refs:KEY_INTENT (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java92 result.putParcelable(AccountManager.KEY_INTENT, intent); in addAccount()
130 result.putParcelable(AccountManager.KEY_INTENT, intent); in confirmCredentials()
180 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()
223 result.putParcelable(AccountManager.KEY_INTENT, intent); in updateCredentials()
307 result.putParcelable(AccountManager.KEY_INTENT, intent); in startAddAccountSession()
364 result.putParcelable(AccountManager.KEY_INTENT, intent); in startUpdateCredentialsSession()
415 result.putParcelable(AccountManager.KEY_INTENT, intent); in finishSession()
454 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAccountRemovalAllowed()
DAccountManagerServiceTest.java722 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartAddAccountSessionReturnWithValidIntent()
941 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1239 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testFinishSessionAsUserReturnWithValidIntent()
1595 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testRemoveAccountAsUserReturnWithValidIntent()
1916 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testGetAuthTokenReturnWithValidIntent()
2189 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testAddAccountAsUserReturnWithValidIntent()
2325 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testConfirmCredentialsAsUserReturnWithValidIntent()
2462 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testUpdateCredentialsReturnWithValidIntent()
/frameworks/base/core/java/com/android/internal/app/
DHeavyWeightSwitcherActivity.java48 public static final String KEY_INTENT = "intent"; field in HeavyWeightSwitcherActivity
70 …mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT, android.content.IntentSend… in onCreate()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java399 AccountManager.KEY_INTENT, android.content.Intent.class); in run()
DAccountManager.java219 public static final String KEY_INTENT = "intent"; field in AccountManager
2436 Intent intent = bundle.getParcelable(KEY_INTENT, android.content.Intent.class);
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2476 && !result.containsKey(AccountManager.KEY_INTENT)) { in onResult()
3177 bundle.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()
3213 … Intent intent = result.getParcelable(AccountManager.KEY_INTENT, android.content.Intent.class); in getAuthToken()
3650 && result.containsKey(AccountManager.KEY_INTENT)) { in onResult()
5047 Intent intent = bundle.getParcelable(AccountManager.KEY_INTENT, Intent.class);
5098 Intent intent = bundle.getParcelable(AccountManager.KEY_INTENT, Intent.class);
5102 Intent simulateIntent = simulateBundle.getParcelable(AccountManager.KEY_INTENT,
5300 && result.containsKey(AccountManager.KEY_INTENT)) {
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java880 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, new IntentSender(target)); in resolveToHeavyWeightSwitcherIfNeeded()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java21888 …final Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT, android.content.Intent…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2751 field public static final java.lang.String KEY_INTENT = "intent";
/frameworks/base/core/api/
Dcurrent.txt3846 field public static final String KEY_INTENT = "intent";