Searched refs:KEY_BOOLEAN_RESULT (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | TestAccountType1Authenticator.java | 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()
|
D | AccountManagerServiceTest.java | 1238 boolean needUpdate = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testIsCredentialsUpdatedSuggestedSuccess() 1316 boolean hasFeatures = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testHasFeaturesSuccess() 1433 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalAllowed() 1455 boolean allowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in testRemoveAccountAsUserRemovalNotAllowed() 2083 assertTrue(result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)); in testConfirmCredentialsAsUserSuccess()
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 231 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); 3287 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) { [all …]
|
D | AbstractAccountAuthenticator.java | 705 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed() 726 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountCredentialsForCloning() 752 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/ |
D | AccountManagerService.java | 1634 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in copyAccountToUser() 1666 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)) { in copyAccountToUser() 1936 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in onResult() 1937 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in onResult() 2253 if (result != null && result.containsKey(AccountManager.KEY_BOOLEAN_RESULT) in onResult() 2255 final boolean removalAllowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); in onResult() 3851 if (!result.containsKey(AccountManager.KEY_BOOLEAN_RESULT)) { in isCredentialsUpdateSuggested() 3859 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in isCredentialsUpdateSuggested() 3860 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)); in isCredentialsUpdateSuggested() 4048 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, accessGranted); in newRequestAccountAccessIntent() [all …]
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 1053 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in scheduleSync() 3430 && result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) { in updateOrAddPeriodicSyncH()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2746 field public static final java.lang.String KEY_BOOLEAN_RESULT = "booleanResult";
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 259 Landroid/accounts/AccountManager;->KEY_BOOLEAN_RESULT:Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 3059 field public static final java.lang.String KEY_BOOLEAN_RESULT = "booleanResult";
|