Searched refs:AccountManagerService (Results 1 – 9 of 9) 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()
157 public class AccountManagerService class163 private AccountManagerService mService;171 mService = new AccountManagerService(new Injector(getContext())); in onStart()286 private static AtomicReference<AccountManagerService> sThis = new AtomicReference<>();300 public static AccountManagerService getSingleton() { in getSingleton()304 public AccountManagerService(Injector injector) { in AccountManagerService() method in AccountManagerService6584 if (AccountManagerService.this.hasAccountAccess(account, packageName,6622 return AccountManagerService.this.hasAccountAccess(account, null, uid);6630 AccountManagerService.this, this);6641 AccountManagerService.this, this);
1229 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
157 HPLcom/android/server/accounts/AccountManagerService$8;->onResult(Landroid/os/Bundle;)V158 …AccountManagerService$GetAccountsByTypeAndFeatureSession;->sendResult()V+]Landroid/accounts/IAccou…159 …ounts/AccountManagerService$Session;-><init>(Lcom/android/server/accounts/AccountManagerService;Lc…160 HPLcom/android/server/accounts/AccountManagerService$Session;->bindToAuthenticator(Ljava/lang/Strin…161 …AccountManagerService$Session;->close()V+]Landroid/accounts/IAccountManagerResponse;Landroid/accou…162 …AccountManagerService$Session;->onResult(Landroid/os/Bundle;)V+]Landroid/accounts/IAccountManagerR…163 HPLcom/android/server/accounts/AccountManagerService$Session;->unbind()V+]Landroid/content/Context;…164 …PLcom/android/server/accounts/AccountManagerService;->accountExistsCache(Lcom/android/server/accou…165 HPLcom/android/server/accounts/AccountManagerService;->calculatePackageSignatureDigest(Ljava/lang/S…166 …AccountManagerService;->cancelNotification(Lcom/android/server/accounts/AccountManagerService$Noti…[all …]
3746 …ndroid/server/accounts/AccountManagerService$$ExternalSyntheticLambda5;-><init>(Lcom/android/serve…3747 PLcom/android/server/accounts/AccountManagerService$1;-><init>(Lcom/android/server/accounts/Account…3748 PLcom/android/server/accounts/AccountManagerService$2;-><init>(Lcom/android/server/accounts/Account…3749 PLcom/android/server/accounts/AccountManagerService$3;-><init>(Lcom/android/server/accounts/Account…3750 PLcom/android/server/accounts/AccountManagerService$4;-><init>(Lcom/android/server/accounts/Account…3751 …droid/server/accounts/AccountManagerService$AccountManagerInternalImpl;-><init>(Lcom/android/serve…3752 …AccountManagerService$AccountManagerInternalImpl;-><init>(Lcom/android/server/accounts/AccountMana…3753 PLcom/android/server/accounts/AccountManagerService$AccountManagerInternalImpl;->addOnAppPermission…3754 …AccountManagerService$GetAccountsByTypeAndFeatureSession;-><init>(Lcom/android/server/accounts/Acc…3755 PLcom/android/server/accounts/AccountManagerService$GetAccountsByTypeAndFeatureSession;->checkAccou…[all …]
118 import com.android.server.accounts.AccountManagerService;358 Account[] accountsForUser = AccountManagerService.getSingleton().getAccounts( in removeStaleAccounts()1977 AccountManagerService.getSingleton().validateAccounts(userId); in onUserUnlocked()1985 final Account[] accounts = AccountManagerService.getSingleton().getAccounts(userId, in onUserUnlocked()2386 AccountManagerService.getSingleton().getAllAccountsForSystemProcess(); in dumpSyncState()3446 AccountManagerService.getSingleton().getRunningAccountsForSystem(); in updateRunningAccountsH()3489 AccountManagerService.getSingleton().getAllAccountsForSystemProcess(); in updateRunningAccountsH()
138 private AccountManagerService mAms;182 mAms = new AccountManagerService(mTestInjector); in setUp()398 AccountManagerService ams2 = new AccountManagerService(mTestInjector); in testRemovedAccountSync()3718 static class TestInjector extends AccountManagerService.Injector {
114 import com.android.server.accounts.AccountManagerService;1546 mSystemServiceManager.startService(AccountManagerService.Lifecycle.class); in startOtherServices()