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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java88 public class AccountManagerService class in inherits:IAccountManager.Stub,RegisteredServicesCacheListener
91 private static final String TAG = "AccountManagerService";
191 private static AtomicReference<AccountManagerService> sThis =
192 new AtomicReference<AccountManagerService>();
204 * @return a reference to the AccountManagerService instance
207 public static AccountManagerService getSingleton() {
211 public AccountManagerService(Context context) { method in class:AccountManagerService
215 public AccountManagerService(Context context, PackageManager packageManager, method in class:AccountManagerService
220 mMessageThread = new HandlerThread("AccountManagerService");
1954 super(context, AccountManagerService
[all...]

Completed in 827 milliseconds