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

/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java71 private static final String KEY_ACCOUNT_TYPE = "type"; field in class:AccountSyncSettingsBackupHelper
158 accountJSON.put(KEY_ACCOUNT_TYPE, account.type);
261 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE);
334 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java176 public static final String KEY_ACCOUNT_TYPE = "accountType"; field in class:AccountManager
785 String type = bundle.getString(KEY_ACCOUNT_TYPE);
1244 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1325 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1407 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1480 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1664 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1747 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
2207 result.putString(KEY_ACCOUNT_TYPE, null);
2233 value.getString(KEY_ACCOUNT_TYPE));
[all...]

Completed in 92 milliseconds