Searched refs:KEY_INTENT (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | TestAccountType1Authenticator.java | 94 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()
|
D | AccountManagerServiceTest.java | 659 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/ |
D | HeavyWeightSwitcherActivity.java | 45 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/ |
D | ChooseTypeAndAccountActivity.java | 402 AccountManager.KEY_INTENT); in run()
|
D | AccountManager.java | 215 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/ |
D | AccountManagerService.java | 2254 && !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/ |
D | ActivityStarter.java | 1067 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, in startActivityMayWait()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2751 field public static final java.lang.String KEY_INTENT = "intent";
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 264 Landroid/accounts/AccountManager;->KEY_INTENT:Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 3064 field public static final java.lang.String KEY_INTENT = "intent";
|