Searched refs:KEY_BOOLEAN_RESULT (Results 1 – 9 of 9) 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()
1334 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()
721 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()
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);3399 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {3402 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
1718 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 …]
1138 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync()3537 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
22029 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, /* default */ false)) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3759 field public static final String KEY_BOOLEAN_RESULT = "booleanResult";