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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java74 * <li>List the available accounts using {@link #getAccountsByType} or
332 * Equivalent to getAccountsByType(null).
367 public Account[] getAccountsByType(String type) { method in class:AccountManager
419 * type identifies the authenticator (see {@link #getAccountsByType}).
423 * <p>Unlike {@link #getAccountsByType}, this method calls the authenticator,
1595 * (see {@link #getAccountsByType}), must not be null
H A DAccountManagerService.java367 public Account[] getAccountsByType(String accountType) { method in class:AccountManagerService
1091 mAccountsOfType = getAccountsByType(mAccountType);
1168 return getAccountsByType(type);
1192 Account[] accounts = getAccountsByType(type);
1729 Account[] accounts = getAccountsByType(null /* type */);

Completed in 83 milliseconds