Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java116 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()
DAccountManagerServiceTest.java1247 boolean needUpdate = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testIsCredentialsUpdatedSuggestedSuccess()
1325 boolean hasFeatures = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testHasFeaturesSuccess()
1444 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalAllowed()
1466 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalNotAllowed()
2098 assertTrue(result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)); in testConfirmCredentialsAsUserSuccess()
/frameworks/base/core/java/android/accounts/
DAccountManager.java227 public static final String KEY_BOOLEAN_RESULT = "booleanResult"; field in AccountManager
781 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
784 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
1166 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
1169 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
1246 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
1249 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
1906 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
1909 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
3294 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
[all …]
DAbstractAccountAuthenticator.java704 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed()
725 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountCredentialsForCloning()
751 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in addAccountFromCredentials()
994 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in isCredentialsUpdateSuggested()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1631 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in copyAccountToUser()
1663 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)) { in copyAccountToUser()
1934 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in onResult()
1935 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in onResult()
2251 if (result != null && result.containsKey(AccountManager.KEY_BOOLEAN_RESULT) in onResult()
2253 final boolean removalAllowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in onResult()
3850 if (!result.containsKey(AccountManager.KEY_BOOLEAN_RESULT)) { in isCredentialsUpdateSuggested()
3858 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in isCredentialsUpdateSuggested()
3859 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in isCredentialsUpdateSuggested()
4047 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, accessGranted); in newRequestAccountAccessIntent()
[all …]
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1031 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync()
3368 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2746 field public static final java.lang.String KEY_BOOLEAN_RESULT = "booleanResult";
/frameworks/base/api/
Dcurrent.txt3109 field public static final String KEY_BOOLEAN_RESULT = "booleanResult";