/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A 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()
|
H A D | AccountManagerServiceTest.java | 678 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartAddAccountSessionReturnWithValidIntent() 862 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartUpdateCredentialsSessionReturnWithValidIntent() 1160 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testFinishSessionAsUserReturnWithValidIntent() 1511 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testRemoveAccountAsUserReturnWithValidIntent() 1779 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testGetAuthTokenReturnWithValidIntent() 2052 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testAddAccountAsUserReturnWithValidIntent() 2188 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testConfirmCredentialsAsUserReturnWithValidIntent() 2325 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testUpdateCredentialsReturnWithValidIntent()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | HeavyWeightSwitcherActivity.java | 47 public static final String KEY_INTENT = "intent"; field in HeavyWeightSwitcherActivity 69 mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT); in onCreate()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
H A D | AddAccountWithTypeActivity.java | 56 .getParcelable(AccountManager.KEY_INTENT);
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
H A D | AddAccountActivity.java | 88 Intent intent = result.getParcelable(AccountManager.KEY_INTENT);
|
H A D | AccountDetailsPreferenceController.java | 68 Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT);
|
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | AddAccountSettings.java | 95 Intent intent = (Intent) bundle.get(AccountManager.KEY_INTENT);
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | ChooseTypeAndAccountActivity.java | 393 AccountManager.KEY_INTENT); in run()
|
H A D | AccountManager.java | 216 public static final String KEY_INTENT = "intent"; field in AccountManager 2446 Intent intent = bundle.getParcelable(KEY_INTENT);
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 2348 && !result.containsKey(AccountManager.KEY_INTENT)) { in onResult() 3042 bundle.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken() 3078 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in getAuthToken() 3504 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) { in onResult() 3515 && result.containsKey(AccountManager.KEY_INTENT)) { in onResult() 5038 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) { 5059 && result.containsKey(AccountManager.KEY_INTENT)) {
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStarter.java | 764 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, new IntentSender(target)); in resolveToHeavyWeightSwitcherIfNeeded()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 17563 final Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3365 field public static final String KEY_INTENT = "intent";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 2751 field public static final java.lang.String KEY_INTENT = "intent";
|