Searched defs:KEY_ACCOUNT_NAME (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java173 public static final String KEY_ACCOUNT_NAME = "authAccount"; field in class:AccountManager
822 String name = bundle.getString(KEY_ACCOUNT_NAME);
1275 * <li> {@link #KEY_ACCOUNT_NAME} - the name of the account you supplied
1357 * <li> {@link #KEY_ACCOUNT_NAME} - the name of the account you supplied
1439 * <li> {@link #KEY_ACCOUNT_NAME} - the name of the account you supplied
1513 * <li> {@link #KEY_ACCOUNT_NAME} - the name of the account created
1699 * <li> {@link #KEY_ACCOUNT_NAME} - the name of the account verified
1783 * <li> {@link #KEY_ACCOUNT_NAME} - the name of the account
2278 result.putString(KEY_ACCOUNT_NAME, null);
2306 value.getString(KEY_ACCOUNT_NAME),
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java73 private static final String KEY_ACCOUNT_NAME = "name"; field in class:AccountSyncSettingsBackupHelper
162 accountJSON.put(KEY_ACCOUNT_NAME, account.name);
281 String accountName = accountJSON.getString(KEY_ACCOUNT_NAME);
398 String accountName = accountJSON.getString(KEY_ACCOUNT_NAME);

Completed in 183 milliseconds