Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
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()
DAccountManagerServiceTest.java1340 boolean needUpdate = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testIsCredentialsUpdatedSuggestedSuccess()
1423 boolean hasFeatures = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testHasFeaturesSuccess()
1546 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalAllowed()
1568 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalNotAllowed()
2265 assertTrue(result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)); in testConfirmCredentialsAsUserSuccess()
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java718 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed()
739 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountCredentialsForCloning()
765 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in addAccountFromCredentials()
1008 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in isCredentialsUpdateSuggested()
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);
3394 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
3397 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1756 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in copyAccountToUser()
1788 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)) { in copyAccountToUser()
2137 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in onResult()
2138 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in onResult()
2475 if (result != null && result.containsKey(AccountManager.KEY_BOOLEAN_RESULT) in onResult()
2477 final boolean removalAllowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in onResult()
4111 if (!result.containsKey(AccountManager.KEY_BOOLEAN_RESULT)) { in isCredentialsUpdateSuggested()
4119 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in isCredentialsUpdateSuggested()
4120 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in isCredentialsUpdateSuggested()
4308 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, accessGranted); in newRequestAccountAccessIntent()
[all …]
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1167 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync()
3587 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java21884 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, /* default */ false)) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2746 field public static final java.lang.String KEY_BOOLEAN_RESULT = "booleanResult";
/frameworks/base/core/api/
Dcurrent.txt3841 field public static final String KEY_BOOLEAN_RESULT = "booleanResult";