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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java76 * <li>List the available accounts using {@link #getAccountsByType} or
91 * of accounts returned by {@link #getAccountsByType}. Requesting an auth token
363 * Equivalent to getAccountsByType(null).
398 public Account[] getAccountsByType(String type) { method in class:AccountManager
450 * type identifies the authenticator (see {@link #getAccountsByType}).
454 * <p>Unlike {@link #getAccountsByType}, this method calls the authenticator,
1725 * (see {@link #getAccountsByType}), must not be null

Completed in 86 milliseconds