Searched defs:KEY_BOOLEAN_RESULT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java187 public static final String KEY_BOOLEAN_RESULT = "booleanResult"; field in class:AccountManager
431 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
434 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
543 if (!bundle.containsKey(KEY_BOOLEAN_RESULT)) {
546 return bundle.getBoolean(KEY_BOOLEAN_RESULT);
1001 * <li> {@link #KEY_BOOLEAN_RESULT} - true to indicate success

Completed in 57 milliseconds