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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java89 * separate request which does include the user's credentials.) AccountManager
92 * AccountManager, but must be refreshed periodically. It's the responsibility
94 * the AccountManager knows it needs to regenerate them.
99 * <li>Get an instance of AccountManager using {@link #get(Context)}.
138 * <p>Some AccountManager methods may need to interact with the user to
140 * The caller may choose whether to allow AccountManager to directly launch the
144 * To have AccountManager launch the interface directly, the caller must supply
147 * <p>Many AccountManager methods take {@link AccountManagerCallback} and
166 public class AccountManager { class
168 private static final String TAG = "AccountManager";
404 public AccountManager(Context context, IAccountManager service) { method in class:AccountManager
413 public AccountManager(Context context, IAccountManager service, Handler handler) { method in class:AccountManager
[all...]

Completed in 2560 milliseconds