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

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

Completed in 123 milliseconds