Searched refs:AccountManagerService (Results 1 – 7 of 7) sorted by relevance
30 final @NonNull AccountManagerService mService;32 AccountManagerServiceShellCommand(@NonNull AccountManagerService service) { in AccountManagerServiceShellCommand()
65 private final AccountManagerService mAccountManagerService;77 public AccountManagerBackupHelper(AccountManagerService accountManagerService, in AccountManagerBackupHelper()99 AccountManagerService.UserAccounts accounts = mAccountManagerService in apply()151 final AccountManagerService.UserAccounts accounts = mAccountManagerService in backupAccountAccessPermissions()
146 public class AccountManagerService class152 private AccountManagerService mService;160 mService = new AccountManagerService(new Injector(getContext())); in onStart()263 private static AtomicReference<AccountManagerService> sThis = new AtomicReference<>();272 public static AccountManagerService getSingleton() { in getSingleton()276 public AccountManagerService(Injector injector) { in AccountManagerService() method in AccountManagerService6266 if (AccountManagerService.this.hasAccountAccess(account, packageName,6304 return AccountManagerService.this.hasAccountAccess(account, null, uid);6312 AccountManagerService.this, this);6323 AccountManagerService.this, this);
1229 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
112 import com.android.server.accounts.AccountManagerService;357 Account[] accountsForUser = AccountManagerService.getSingleton().getAccounts( in removeStaleAccounts()1788 AccountManagerService.getSingleton().validateAccounts(userId); in onUserUnlocked()1796 final Account[] accounts = AccountManagerService.getSingleton().getAccounts(userId, in onUserUnlocked()2195 final AccountAndUser[] accounts = AccountManagerService.getSingleton().getAllAccounts(); in dumpSyncState()3254 mRunningAccounts = AccountManagerService.getSingleton().getRunningAccounts(); in updateRunningAccountsH()3296 AccountAndUser[] allAccounts = AccountManagerService.getSingleton().getAllAccounts(); in updateRunningAccountsH()
128 private AccountManagerService mAms;168 mAms = new AccountManagerService(mTestInjector); in setUp()354 AccountManagerService ams2 = new AccountManagerService(mTestInjector); in testRemovedAccountSync()3439 static class TestInjector extends AccountManagerService.Injector {
4899 HSPLcom/android/server/accounts/AccountManagerService$1;-><init>(Lcom/android/server/accounts/Accou…4903 HSPLcom/android/server/accounts/AccountManagerService$2;-><init>(Lcom/android/server/accounts/Accou…4905 HSPLcom/android/server/accounts/AccountManagerService$3;-><init>(Lcom/android/server/accounts/Accou…4908 HSPLcom/android/server/accounts/AccountManagerService$4;-><init>(Lcom/android/server/accounts/Accou…4924 …AccountManagerService$AccountManagerInternalImpl;-><init>(Lcom/android/server/accounts/AccountMana…4988 PLcom/android/server/accounts/AccountManagerService;->access$000(Lcom/android/server/accounts/Accou…4989 PLcom/android/server/accounts/AccountManagerService;->access$100(Lcom/android/server/accounts/Accou…5003 HPLcom/android/server/accounts/AccountManagerService;->access$3500(Lcom/android/server/accounts/Acc…5007 PLcom/android/server/accounts/AccountManagerService;->access$400(Lcom/android/server/accounts/Accou…5077 PLcom/android/server/accounts/AccountManagerService;->getSingleton()Lcom/android/server/accounts/Ac…[all …]