HomeSort by relevance Sort by last modified time
    Searched refs:KEY_BOOLEAN_RESULT (Results 1 - 25 of 46) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java 57 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
65 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, value);
93 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
113 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountRemovalDummyActivity.java 45 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
MockAccountAuthenticator.java 213 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
276 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
286 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, booleanResult);
306 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
310 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
511 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
AccountManagerTest.java 165 AccountManager.KEY_BOOLEAN_RESULT));
167 AccountManager.KEY_BOOLEAN_RESULT));
585 AccountManager.KEY_BOOLEAN_RESULT));
616 .getBoolean(AccountManager.KEY_BOOLEAN_RESULT));
641 .getBoolean(AccountManager.KEY_BOOLEAN_RESULT));
782 .getBoolean(AccountManager.KEY_BOOLEAN_RESULT));
    [all...]
  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
MockAccountAuthenticator.java 71 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
91 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
  /cts/tests/tests/content/src/android/content/cts/
MockAccountAuthenticator.java 72 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
92 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 71 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
96 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType1Authenticator.java 116 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
122 eventualActivityResultData.putExtra(AccountManager.KEY_BOOLEAN_RESULT, true);
244 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
246 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
249 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
431 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
449 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
455 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
AccountManagerServiceTest.java     [all...]
  /cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
StubAuthenticator.java 99 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
Authenticator.java 88 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
  /cts/hostsidetests/content/test-apps/SyncAccountAccessStubs/src/com/android/cts/stub/
StubAuthenticator.java 109 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
TestAuthenticator.java 131 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, hasAll);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 122 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
128 eventualActivityResultData.putExtra(AccountManager.KEY_BOOLEAN_RESULT, true);
276 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
280 eventualActivityResultData.putExtra(AccountManager.KEY_BOOLEAN_RESULT, true);
  /development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
MyAuthenticator.java 118 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, hasAll);
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
TestAuthenticator.java 144 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, hasAll);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 142 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
AuthenticatorActivity.java 176 intent.putExtra(AccountManager.KEY_BOOLEAN_RESULT, result);
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 578 * <li> {@link AccountManager#KEY_BOOLEAN_RESULT}, true if the check succeeded, false otherwise
672 * <li> {@link AccountManager#KEY_BOOLEAN_RESULT}, true if the account has all the features,
    [all...]
AccountManager.java 231 public static final String KEY_BOOLEAN_RESULT = "booleanResult";
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticator.java 133 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
RemoveAccountDialog.java 67 if (!future.getResult().getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) {
  /packages/apps/Settings/src/com/android/settings/accounts/
RemoveAccountPreferenceController.java 173 .getBoolean(AccountManager.KEY_BOOLEAN_RESULT)) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 382 if (bundle.getResult().getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false)) {
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]

Completed in 282 milliseconds

1 2