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

  /cts/tests/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/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 159 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
202 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
212 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, booleanResult);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticator.java 121 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
  /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/
AccountManager.java 190 public static final String KEY_BOOLEAN_RESULT = "booleanResult";
489 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
492 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
601 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
604 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
    [all...]
AbstractAccountAuthenticator.java 371 * <li> {@link AccountManager#KEY_BOOLEAN_RESULT}, true if the check succeeded, false otherwise
441 * <li> {@link AccountManager#KEY_BOOLEAN_RESULT}, true if the account has all the features,
460 * <li> {@link AccountManager#KEY_BOOLEAN_RESULT}, true if the removal of the account is
471 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
AccountManagerService.java 617 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT,
618 result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT, false));
686 if (result != null && result.containsKey(AccountManager.KEY_BOOLEAN_RESULT)
688 final boolean removalAllowed = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT);
699 result2.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, removalAllowed);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
AccountUnlockScreen.java 286 final boolean verified = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT);
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 811 milliseconds