Home
last modified time | relevance | path

Searched refs:KEY_INTENT (Results 1 – 9 of 9) 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.java664 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/
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.java403 AccountManager.KEY_INTENT); in run()
DAccountManager.java211 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/
DAccountManagerService.java2252 && !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/
DActivityStarter.java1262 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/api/
Dcurrent.txt3114 field public static final String KEY_INTENT = "intent";