Home | History | Annotate | Download | only in accounts

Lines Matching refs:AccountManagerService

83 public class AccountManagerService
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) {
209 public AccountManagerService(Context context, PackageManager packageManager,
214 mMessageThread = new HandlerThread("AccountManagerService");
1901 super(context, AccountManagerService.getDatabaseName(userId), null, DATABASE_VERSION);
2256 * Although this is public it can only be accessed via the AccountManagerService object
2290 * Although this is public it can only be accessed via the AccountManagerService object