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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java159 public static final String KEY_ACCOUNT_TYPE = "accountType"; field in class:AccountManager
789 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
868 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
933 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1000 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1061 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1512 result.putString(KEY_ACCOUNT_TYPE, null);
1538 value.getString(KEY_ACCOUNT_TYPE));
1577 final String accountType = result.getString(KEY_ACCOUNT_TYPE);
1638 * <li> {@link #KEY_ACCOUNT_TYPE}
[all...]

Completed in 181 milliseconds