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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java62 * separate request which does include the user's credentials.) AccountManager
65 * cached by AccountManager, but must be refreshed periodically. It's the
67 * stop working so the AccountManager knows it needs to regenerate them.
72 * <li>Get an instance of AccountManager using {@link #get(Context)}.
106 * <p>Some AccountManager methods may require interaction with the user to
108 * The caller may choose whether to allow AccountManager to directly launch the
112 * To have AccountManager launch the interface directly, the caller must supply
115 * <p>Many AccountManager methods take {@link AccountManagerCallback} and
134 public class AccountManager { class
135 private static final String TAG = "AccountManager";
211 public AccountManager(Context context, IAccountManager service) { method in class:AccountManager
220 public AccountManager(Context context, IAccountManager service, Handler handler) { method in class:AccountManager
[all...]

Completed in 145 milliseconds