Searched refs:KEY_BOOLEAN_RESULT (Results 1 – 10 of 10) sorted by relevance
114 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()
1340 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()
718 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()
235 public static final String KEY_BOOLEAN_RESULT = "booleanResult"; field in AccountManager917 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);
1756 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 …]
1167 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync()3587 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
21884 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, /* default */ false)) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2746 field public static final java.lang.String KEY_BOOLEAN_RESULT = "booleanResult";
3841 field public static final String KEY_BOOLEAN_RESULT = "booleanResult";