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

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java140 public class AccountManagerService class in inherits:IAccountManager.Stub,RegisteredServicesCacheListener
143 private static final String TAG = "AccountManagerService";
146 private AccountManagerService mService;
154 mService = new AccountManagerService(new Injector(getContext()));
260 private static AtomicReference<AccountManagerService> sThis = new AtomicReference<>();
266 * @return a reference to the AccountManagerService instance
269 public static AccountManagerService getSingleton() {
273 public AccountManagerService(Injector injector) { method in class:AccountManagerService
5672 * Although this is public it can only be accessed via the AccountManagerService object
5707 * Although this is public it can only be accessed via the AccountManagerService objec
[all...]

Completed in 141 milliseconds