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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java171 public static final String KEY_ACCOUNT_TYPE = "accountType"; field in class:AccountManager
703 String type = bundle.getString(KEY_ACCOUNT_TYPE);
1128 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1212 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1293 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1365 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1548 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1625 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
2081 result.putString(KEY_ACCOUNT_TYPE, null);
2107 value.getString(KEY_ACCOUNT_TYPE));
[all...]

Completed in 94 milliseconds