Home
last modified time | relevance | path

Searched refs:mAccountManagerInternal (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncManagerTest.java67 private AccountManagerInternal mAccountManagerInternal; field in SyncManagerTest
73 return mAccountManagerInternal; in getAccountManagerInternal()
86 doNothing().when(mAccountManagerInternal).addOnAppPermissionChangeListener(any()); in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerBackupHelper.java66 private final AccountManagerInternal mAccountManagerInternal; field in AccountManagerBackupHelper
80 mAccountManagerInternal = accountManagerInternal; in AccountManagerBackupHelper()
142 if (!mAccountManagerInternal.hasAccountAccess(account, uid)) { in apply()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java180 private final AccountManagerInternal mAccountManagerInternal; field in ContentService
340 mAccountManagerInternal = LocalServices.getService(AccountManagerInternal.class); in ContentService()
1497 return mAccountManagerInternal.hasAccountAccess(account, uid); in hasAccountAccess()
H A DSyncManager.java320 private final AccountManagerInternal mAccountManagerInternal; field in SyncManager
715 mAccountManagerInternal = getAccountManagerInternal(); in SyncManager()
719 mAccountManagerInternal.addOnAppPermissionChangeListener((Account account, int uid) -> { in SyncManager()
721 if (mAccountManagerInternal.hasAccountAccess(account, uid)) { in SyncManager()
1134 mAccountManagerInternal.requestAccountAccess(account.account, in scheduleSync()
3534 mAccountManagerInternal.requestAccountAccess(op.target.account, in updateOrAddPeriodicSyncH()