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

/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java281 String accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE);
295 accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE);
376 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, accountType);
H A DAccountManager.java162 public static final String KEY_ACCOUNT_TYPE = "accountType"; field in class:AccountManager
853 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
937 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1018 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1090 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1163 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1240 * <li> {@link #KEY_ACCOUNT_TYPE} - the type of the account
1691 result.putString(KEY_ACCOUNT_TYPE, null);
1717 value.getString(KEY_ACCOUNT_TYPE));
1756 final String accountType = result.getString(KEY_ACCOUNT_TYPE);
[all...]
H A DChooseAccountActivity.java124 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type);
H A DChooseAccountTypeActivity.java117 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, type);
H A DAccountManagerService.java1108 result.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type);
1150 String type = result.getString(AccountManager.KEY_ACCOUNT_TYPE);
1806 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE);

Completed in 1740 milliseconds