Home
last modified time | relevance | path

Searched refs:KEY_INTENT (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A 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()
H A DAccountManagerServiceTest.java678 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 DHeavyWeightSwitcherActivity.java47 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 DAddAccountWithTypeActivity.java56 .getParcelable(AccountManager.KEY_INTENT);
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAddAccountActivity.java88 Intent intent = result.getParcelable(AccountManager.KEY_INTENT);
H A DAccountDetailsPreferenceController.java68 Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT);
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java95 Intent intent = (Intent) bundle.get(AccountManager.KEY_INTENT);
/aosp12/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java393 AccountManager.KEY_INTENT); in run()
H A DAccountManager.java216 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 DAccountManagerService.java2348 && !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 DActivityStarter.java764 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, new IntentSender(target)); in resolveToHeavyWeightSwitcherIfNeeded()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java17563 final Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt3365 field public static final String KEY_INTENT = "intent";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt2751 field public static final java.lang.String KEY_INTENT = "intent";