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.java94 result.putParcelable(AccountManager.KEY_INTENT, intent); in addAccount()
132 result.putParcelable(AccountManager.KEY_INTENT, intent); in confirmCredentials()
182 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()
225 result.putParcelable(AccountManager.KEY_INTENT, intent); in updateCredentials()
306 result.putParcelable(AccountManager.KEY_INTENT, intent); in startAddAccountSession()
363 result.putParcelable(AccountManager.KEY_INTENT, intent); in startUpdateCredentialsSession()
414 result.putParcelable(AccountManager.KEY_INTENT, intent); in finishSession()
453 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAccountRemovalAllowed()
DAccountManagerServiceTest.java659 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartAddAccountSessionReturnWithValidIntent()
841 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1137 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testFinishSessionAsUserReturnWithValidIntent()
1482 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testRemoveAccountAsUserReturnWithValidIntent()
1736 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testGetAuthTokenReturnWithValidIntent()
2007 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testAddAccountAsUserReturnWithValidIntent()
2141 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testConfirmCredentialsAsUserReturnWithValidIntent()
2276 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testUpdateCredentialsReturnWithValidIntent()
/frameworks/base/core/java/com/android/internal/app/
DHeavyWeightSwitcherActivity.java45 public static final String KEY_INTENT = "intent"; field in HeavyWeightSwitcherActivity
67 mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT); in onCreate()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java402 AccountManager.KEY_INTENT); in run()
DAccountManager.java215 public static final String KEY_INTENT = "intent"; field in AccountManager
2333 Intent intent = bundle.getParcelable(KEY_INTENT);
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2254 && !result.containsKey(AccountManager.KEY_INTENT)) { in onResult()
2940 bundle.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()
2976 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in getAuthToken()
3384 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) { in onResult()
3395 && result.containsKey(AccountManager.KEY_INTENT)) { in onResult()
4922 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) {
4943 && result.containsKey(AccountManager.KEY_INTENT)) {
/frameworks/base/services/core/java/com/android/server/am/
DActivityStarter.java1067 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, in startActivityMayWait()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2751 field public static final java.lang.String KEY_INTENT = "intent";
/frameworks/base/config/
Dhiddenapi-public-dex.txt264 Landroid/accounts/AccountManager;->KEY_INTENT:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt3064 field public static final java.lang.String KEY_INTENT = "intent";