Searched refs:mAccountManagerInternal (Results 1 – 2 of 2) sorted by relevance
66 private final AccountManagerInternal mAccountManagerInternal; field in AccountManagerBackupHelper80 mAccountManagerInternal = accountManagerInternal; in AccountManagerBackupHelper()142 if (!mAccountManagerInternal.hasAccountAccess(account, uid)) { in apply()
322 private final AccountManagerInternal mAccountManagerInternal; field in SyncManager646 mAccountManagerInternal = LocalServices.getService(AccountManagerInternal.class); in SyncManager()650 mAccountManagerInternal.addOnAppPermissionChangeListener((Account account, int uid) -> { in SyncManager()652 if (mAccountManagerInternal.hasAccountAccess(account, uid)) { in SyncManager()1012 mAccountManagerInternal.requestAccountAccess(account.account, in scheduleSync()3388 mAccountManagerInternal.requestAccountAccess(op.target.account, in updateOrAddPeriodicSyncH()