Searched refs:KEY_INTENT (Results 1 – 9 of 9) 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 | 664 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartAddAccountSessionReturnWithValidIntent() 848 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartUpdateCredentialsSessionReturnWithValidIntent() 1146 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testFinishSessionAsUserReturnWithValidIntent() 1493 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testRemoveAccountAsUserReturnWithValidIntent() 1749 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testGetAuthTokenReturnWithValidIntent() 2022 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testAddAccountAsUserReturnWithValidIntent() 2158 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testConfirmCredentialsAsUserReturnWithValidIntent() 2295 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testUpdateCredentialsReturnWithValidIntent()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | HeavyWeightSwitcherActivity.java | 47 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/ |
D | ChooseTypeAndAccountActivity.java | 403 AccountManager.KEY_INTENT); in run()
|
D | AccountManager.java | 211 public static final String KEY_INTENT = "intent"; field in AccountManager 2337 Intent intent = bundle.getParcelable(KEY_INTENT);
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2252 && !result.containsKey(AccountManager.KEY_INTENT)) { in onResult() 2939 bundle.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken() 2975 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in getAuthToken() 3383 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) { in onResult() 3394 && result.containsKey(AccountManager.KEY_INTENT)) { in onResult() 4921 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) { 4942 && result.containsKey(AccountManager.KEY_INTENT)) {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStarter.java | 1262 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/api/ |
D | current.txt | 3114 field public static final String KEY_INTENT = "intent";
|