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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java83 public class AccountManagerService class in inherits:IAccountManager.Stub,RegisteredServicesCacheListener
86 private static final String TAG = "AccountManagerService";
185 private static AtomicReference<AccountManagerService> sThis =
186 new AtomicReference<AccountManagerService>();
198 * @return a reference to the AccountManagerService instance
201 public static AccountManagerService getSingleton() {
205 public AccountManagerService(Context context) { method in class:AccountManagerService
209 public AccountManagerService(Context context, PackageManager packageManager, method in class:AccountManagerService
214 mMessageThread = new HandlerThread("AccountManagerService");
1901 super(context, AccountManagerService
[all...]

Completed in 65 milliseconds