Searched refs:KEY_BOOLEAN_RESULT (Results 1 – 16 of 16) sorted by relevance
116 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()
1261 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()
74 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()
703 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()
232 public static final String KEY_BOOLEAN_RESULT = "booleanResult"; field in AccountManager928 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);
199 resultBundle.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmRemove_shouldRemoveAccount()233 resultBundle.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmRemove_activityGone_shouldSilentlyRemoveAccount()
89 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in hasFeatures()
69 if (!future.getResult().getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in run()
133 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in hasFeatures()
172 .getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in onClick()
1676 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 …]
1016 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync()3391 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
17559 if (result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, /* default */ false)) {
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
3360 field public static final String KEY_BOOLEAN_RESULT = "booleanResult";
2746 field public static final java.lang.String KEY_BOOLEAN_RESULT = "booleanResult";