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.java29 final @NonNull AccountManagerService mService;
31 AccountManagerServiceShellCommand(@NonNull AccountManagerService service) { in AccountManagerServiceShellCommand()
DAccountManagerBackupHelper.java69 private final AccountManagerService mAccountManagerService;
81 public AccountManagerBackupHelper(AccountManagerService accountManagerService, in AccountManagerBackupHelper()
103 AccountManagerService.UserAccounts accounts = mAccountManagerService in apply()
155 final AccountManagerService.UserAccounts accounts = mAccountManagerService in backupAccountAccessPermissions()
DAccountManagerService.java144 public class AccountManagerService class
150 private AccountManagerService mService;
158 mService = new AccountManagerService(new Injector(getContext())); in onStart()
264 private static AtomicReference<AccountManagerService> sThis = new AtomicReference<>();
273 public static AccountManagerService getSingleton() { in getSingleton()
277 public AccountManagerService(Injector injector) { in AccountManagerService() method in AccountManagerService
6142 if (AccountManagerService.this.hasAccountAccess(account, packageName,
6175 return AccountManagerService.this.hasAccountAccess(account, null, uid);
6183 AccountManagerService.this, this);
6194 AccountManagerService.this, this);
DAccountsDb.java1210 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java105 import com.android.server.accounts.AccountManagerService;
378 Account[] accountsForUser = AccountManagerService.getSingleton().getAccounts( in doDatabaseCleanup()
1789 AccountManagerService.getSingleton().validateAccounts(userId); in onUserUnlocked()
1797 final Account[] accounts = AccountManagerService.getSingleton().getAccounts(userId, in onUserUnlocked()
2189 final AccountAndUser[] accounts = AccountManagerService.getSingleton().getAllAccounts(); in dumpSyncState()
3299 mRunningAccounts = AccountManagerService.getSingleton().getRunningAccounts(); in updateRunningAccountsH()
3336 AccountAndUser[] allAccounts = AccountManagerService.getSingleton().getAllAccounts(); in updateRunningAccountsH()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java129 private AccountManagerService mAms;
166 mAms = new AccountManagerService(mTestInjector); in setUp()
338 AccountManagerService ams2 = new AccountManagerService(mTestInjector); in testRemovedAccountSync()
3281 static class TestInjector extends AccountManagerService.Injector {
/frameworks/base/services/
Dart-profile1948 Lcom/android/server/accounts/-$$Lambda$AccountManagerService$c6GExIY3Vh2fORdBziuAPJbExac;
1951 Lcom/android/server/accounts/AccountManagerService$1;
1952 Lcom/android/server/accounts/AccountManagerService$2;
1953 Lcom/android/server/accounts/AccountManagerService$3;
1954 Lcom/android/server/accounts/AccountManagerService$4;
1955 Lcom/android/server/accounts/AccountManagerService$AccountManagerInternalImpl;
1956 Lcom/android/server/accounts/AccountManagerService$Injector;
1957 Lcom/android/server/accounts/AccountManagerService$Lifecycle;
1958 Lcom/android/server/accounts/AccountManagerService$MessageHandler;
1959 Lcom/android/server/accounts/AccountManagerService$UserAccounts;
[all …]