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

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

Completed in 173 milliseconds