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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java77 * <li>List the available accounts using {@link #getAccountsByType} or
92 * of accounts returned by {@link #getAccountsByType}. Requesting an auth token
364 * Equivalent to getAccountsByType(null).
399 public Account[] getAccountsByType(String type) { method in class:AccountManager
403 /** @hide Same as {@link #getAccountsByType(String)} but for a specific user. */
505 * type identifies the authenticator (see {@link #getAccountsByType}).
509 * <p>Unlike {@link #getAccountsByType}, this method calls the authenticator,
1796 * (see {@link #getAccountsByType}), must not be null

Completed in 31 milliseconds