Home
last modified time | relevance | path

Searched refs:KEY_BOOLEAN_RESULT (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java116 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmCredentials()
122 eventualActivityResultData.putExtra(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmCredentials()
244 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in hasFeatures()
246 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in hasFeatures()
249 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in hasFeatures()
431 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in isCredentialsUpdateSuggested()
449 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed()
455 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountRemovalAllowed()
H A DAccountManagerServiceTest.java1261 boolean needUpdate = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testIsCredentialsUpdatedSuggestedSuccess()
1339 boolean hasFeatures = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testHasFeaturesSuccess()
1462 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalAllowed()
1484 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalNotAllowed()
2128 assertTrue(result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)); in testConfirmCredentialsAsUserSuccess()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountDetailsPreferenceController.java74 success = future.getResult().getBoolean(AccountManager.KEY_BOOLEAN_RESULT);
136 if (data != null && data.hasExtra(AccountManager.KEY_BOOLEAN_RESULT)) { in processActivityResult()
137 boolean success = data.getBooleanExtra(AccountManager.KEY_BOOLEAN_RESULT, false); in processActivityResult()
/aosp12/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java703 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed()
724 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountCredentialsForCloning()
750 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in addAccountFromCredentials()
993 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in isCredentialsUpdateSuggested()
H A DAccountManager.java232 public static final String KEY_BOOLEAN_RESULT = "booleanResult"; field in AccountManager
928 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
931 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
1377 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
1380 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
2043 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
2046 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
3404 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
3407 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
H A DRemoveAccountPreferenceControllerTest.java199 resultBundle.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmRemove_shouldRemoveAccount()
233 resultBundle.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmRemove_activityGone_shouldSilentlyRemoveAccount()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DAuthenticator.java89 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in hasFeatures()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DRemoveAccountDialog.java69 if (!future.getResult().getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in run()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestAuthenticator.java133 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in hasFeatures()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DRemoveAccountPreferenceController.java172 .getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in onClick()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1676 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in copyAccountToUser()
2037 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in onResult()
2038 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in onResult()
2347 if (result != null && result.containsKey(AccountManager.KEY_BOOLEAN_RESULT) in onResult()
3971 if (!result.containsKey(AccountManager.KEY_BOOLEAN_RESULT)) { in isCredentialsUpdateSuggested()
3979 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in isCredentialsUpdateSuggested()
3980 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in isCredentialsUpdateSuggested()
4168 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, accessGranted); in newRequestAccountAccessIntent()
4264 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)) {
5011 AccountManager.KEY_BOOLEAN_RESULT, false);
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1016 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync()
3391 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java17559 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, /* default */ false)) {
/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.txt3360 field public static final String KEY_BOOLEAN_RESULT = "booleanResult";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt2746 field public static final java.lang.String KEY_BOOLEAN_RESULT = "booleanResult";