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 | 92 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()
|
D | AccountManagerServiceTest.java | 705 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/ |
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 | 399 AccountManager.KEY_INTENT); in run()
|
D | AccountManager.java | 217 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/ |
D | AccountManagerService.java | 2362 && !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/ |
D | ActivityStarter.java | 795 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, new IntentSender(target)); in resolveToHeavyWeightSwitcherIfNeeded()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 18069 final Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2751 field public static final java.lang.String KEY_INTENT = "intent";
|
/frameworks/base/core/api/ |
D | current.txt | 3526 field public static final String KEY_INTENT = "intent";
|