Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerServiceShellCommand.java30 final @NonNull AccountManagerService mService;
32 AccountManagerServiceShellCommand(@NonNull AccountManagerService service) { in AccountManagerServiceShellCommand()
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()
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
6261 if (AccountManagerService.this.hasAccountAccess(account, packageName,
6299 return AccountManagerService.this.hasAccountAccess(account, null, uid);
6307 AccountManagerService.this, this);
6318 AccountManagerService.this, this);
DAccountsDb.java1229 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
/frameworks/base/services/core/java/com/android/server/content/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
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 {
/frameworks/base/services/
Dart-profile4881 …/AccountManagerBackupHelper;-><init>(Lcom/android/server/accounts/AccountManagerService;Landroid/a…
4882 …g/Integer;]Lcom/android/server/accounts/AccountManagerService;Lcom/android/server/accounts/Account…
4883 …ndroid/server/accounts/AccountManagerService$$ExternalSyntheticLambda0;-><init>(Lcom/android/serve…
4884AccountManagerService$$ExternalSyntheticLambda0;->onPermissionsChanged(I)V+]Lcom/android/server/ac…
4885 PLcom/android/server/accounts/AccountManagerService$$ExternalSyntheticLambda1;-><init>(Landroid/acc…
4886 PLcom/android/server/accounts/AccountManagerService$$ExternalSyntheticLambda1;->run()V
4887 …ndroid/server/accounts/AccountManagerService$$ExternalSyntheticLambda3;-><init>(Lcom/android/serve…
4888 PLcom/android/server/accounts/AccountManagerService$$ExternalSyntheticLambda3;->run()V
4889 …ndroid/server/accounts/AccountManagerService$$ExternalSyntheticLambda4;-><init>(Lcom/android/serve…
4890 PLcom/android/server/accounts/AccountManagerService$$ExternalSyntheticLambda4;->run()V
[all …]