Home
last modified time | relevance | path

Searched refs:AccountManagerService (Results 1 – 9 of 9) 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.java157 public class AccountManagerService class
163 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 AccountManagerService
6584 if (AccountManagerService.this.hasAccountAccess(account, packageName,
6622 return AccountManagerService.this.hasAccountAccess(account, null, uid);
6630 AccountManagerService.this, this);
6641 AccountManagerService.this, this);
DAccountsDb.java1229 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
/frameworks/base/services/
Dart-profile157 HPLcom/android/server/accounts/AccountManagerService$8;->onResult(Landroid/os/Bundle;)V
158AccountManagerService$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…
161AccountManagerService$Session;->close()V+]Landroid/accounts/IAccountManagerResponse;Landroid/accou…
162AccountManagerService$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…
166AccountManagerService;->cancelNotification(Lcom/android/server/accounts/AccountManagerService$Noti…
[all …]
Dart-wear-profile3746 …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…
3752AccountManagerService$AccountManagerInternalImpl;-><init>(Lcom/android/server/accounts/AccountMana…
3753 PLcom/android/server/accounts/AccountManagerService$AccountManagerInternalImpl;->addOnAppPermission…
3754AccountManagerService$GetAccountsByTypeAndFeatureSession;-><init>(Lcom/android/server/accounts/Acc…
3755 PLcom/android/server/accounts/AccountManagerService$GetAccountsByTypeAndFeatureSession;->checkAccou…
[all …]
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java118 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()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java138 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 {
/frameworks/base/services/java/com/android/server/
DSystemServer.java114 import com.android.server.accounts.AccountManagerService;
1546 mSystemServiceManager.startService(AccountManagerService.Lifecycle.class); in startOtherServices()