Home
last modified time | relevance | path

Searched refs:KEY_INTENT (Results 1 – 10 of 10) 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.java705 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartAddAccountSessionReturnWithValidIntent()
924 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1222 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testFinishSessionAsUserReturnWithValidIntent()
1573 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testRemoveAccountAsUserReturnWithValidIntent()
1894 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testGetAuthTokenReturnWithValidIntent()
2167 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testAddAccountAsUserReturnWithValidIntent()
2303 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testConfirmCredentialsAsUserReturnWithValidIntent()
2440 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testUpdateCredentialsReturnWithValidIntent()
/frameworks/base/core/java/com/android/internal/app/
DHeavyWeightSwitcherActivity.java47 public static final String KEY_INTENT = "intent"; field in HeavyWeightSwitcherActivity
69 mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT); in onCreate()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java399 AccountManager.KEY_INTENT); in run()
DAccountManager.java217 public static final String KEY_INTENT = "intent"; field in AccountManager
2453 Intent intent = bundle.getParcelable(KEY_INTENT);
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2362 && !result.containsKey(AccountManager.KEY_INTENT)) { in onResult()
3058 bundle.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()
3094 … Intent intent = result.getParcelable(AccountManager.KEY_INTENT, Intent.class); in getAuthToken()
3530 && result.containsKey(AccountManager.KEY_INTENT)) { in onResult()
4887 Intent intent = bundle.getParcelable(AccountManager.KEY_INTENT, Intent.class);
4935 Intent intent = bundle.getParcelable(AccountManager.KEY_INTENT, Intent.class);
4936 Intent simulateIntent = simulateBundle.getParcelable(AccountManager.KEY_INTENT,
5119 && result.containsKey(AccountManager.KEY_INTENT)) {
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java795 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, new IntentSender(target)); in resolveToHeavyWeightSwitcherIfNeeded()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java18069 final Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2751 field public static final java.lang.String KEY_INTENT = "intent";
/frameworks/base/core/api/
Dcurrent.txt3526 field public static final String KEY_INTENT = "intent";