Searched refs:mAccountManagerInternal (Results 1 – 2 of 2) sorted by relevance
70 private final AccountManagerInternal mAccountManagerInternal; field in AccountManagerBackupHelper84 mAccountManagerInternal = accountManagerInternal; in AccountManagerBackupHelper()146 if (!mAccountManagerInternal.hasAccountAccess(account, uid)) { in apply()
336 private final AccountManagerInternal mAccountManagerInternal; field in SyncManager663 mAccountManagerInternal = LocalServices.getService(AccountManagerInternal.class); in SyncManager()666 mAccountManagerInternal.addOnAppPermissionChangeListener((Account account, int uid) -> { in SyncManager()668 if (mAccountManagerInternal.hasAccountAccess(account, uid)) { in SyncManager()1027 mAccountManagerInternal.requestAccountAccess(account.account, in scheduleSync()3359 mAccountManagerInternal.requestAccountAccess(op.target.account, in updateOrAddPeriodicSyncH()