Searched refs:mAccountManagerInternal (Results 1 – 4 of 4) sorted by relevance
67 private AccountManagerInternal mAccountManagerInternal; field in SyncManagerTest73 return mAccountManagerInternal; in getAccountManagerInternal()86 doNothing().when(mAccountManagerInternal).addOnAppPermissionChangeListener(any()); in setUp()
66 private final AccountManagerInternal mAccountManagerInternal; field in AccountManagerBackupHelper80 mAccountManagerInternal = accountManagerInternal; in AccountManagerBackupHelper()142 if (!mAccountManagerInternal.hasAccountAccess(account, uid)) { in apply()
180 private final AccountManagerInternal mAccountManagerInternal; field in ContentService340 mAccountManagerInternal = LocalServices.getService(AccountManagerInternal.class); in ContentService()1497 return mAccountManagerInternal.hasAccountAccess(account, uid); in hasAccountAccess()
320 private final AccountManagerInternal mAccountManagerInternal; field in SyncManager715 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()