Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java114 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmCredentials()
120 eventualActivityResultData.putExtra(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmCredentials()
242 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in hasFeatures()
244 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in hasFeatures()
247 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in hasFeatures()
432 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in isCredentialsUpdateSuggested()
450 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed()
456 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountRemovalAllowed()
H A DAccountManagerServiceTest.java1334 boolean needUpdate = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testIsCredentialsUpdatedSuggestedSuccess()
1417 boolean hasFeatures = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testHasFeaturesSuccess()
1540 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalAllowed()
1562 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalNotAllowed()
2259 assertTrue(result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)); in testConfirmCredentialsAsUserSuccess()
/aosp14/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java721 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed()
742 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountCredentialsForCloning()
768 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in addAccountFromCredentials()
1011 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in isCredentialsUpdateSuggested()
H A DAccountManager.java235 public static final String KEY_BOOLEAN_RESULT = "booleanResult"; field in AccountManager
917 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
920 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
1372 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
1375 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
2038 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
2041 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
3399 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
3402 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1718 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in copyAccountToUser()
2099 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in onResult()
2100 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in onResult()
2420 if (result != null && result.containsKey(AccountManager.KEY_BOOLEAN_RESULT) in onResult()
4051 if (!result.containsKey(AccountManager.KEY_BOOLEAN_RESULT)) { in isCredentialsUpdateSuggested()
4059 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in isCredentialsUpdateSuggested()
4060 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in isCredentialsUpdateSuggested()
4248 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, accessGranted); in newRequestAccountAccessIntent()
4344 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)) {
5153 AccountManager.KEY_BOOLEAN_RESULT, false);
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1138 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync()
3537 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java22029 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, /* default */ false)) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3759 field public static final String KEY_BOOLEAN_RESULT = "booleanResult";