Home
last modified time | relevance | path

Searched refs:AccountManagerService (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerServiceShellCommand.java30 final @NonNull AccountManagerService mService;
32 AccountManagerServiceShellCommand(@NonNull AccountManagerService service) { in AccountManagerServiceShellCommand()
H A DAccountManagerBackupHelper.java65 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()
H A DAccountManagerService.java146 public class AccountManagerService class
152 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 AccountManagerService
6266 if (AccountManagerService.this.hasAccountAccess(account, packageName,
6304 return AccountManagerService.this.hasAccountAccess(account, null, uid);
6312 AccountManagerService.this, this);
6323 AccountManagerService.this, this);
H A DAccountsDb.java1229 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java112 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()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java128 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 {
/aosp12/frameworks/base/services/
H A Dart-profile4899 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…
4924AccountManagerService$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 …]