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

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

Completed in 54 milliseconds