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()
345 private final AccountManagerInternal mAccountManagerInternal; field in SyncManager677 mAccountManagerInternal = LocalServices.getService(AccountManagerInternal.class); in SyncManager()680 mAccountManagerInternal.addOnAppPermissionChangeListener((Account account, int uid) -> { in SyncManager()682 if (mAccountManagerInternal.hasAccountAccess(account, uid)) { in SyncManager()1049 mAccountManagerInternal.requestAccountAccess(account.account, in scheduleSync()3427 mAccountManagerInternal.requestAccountAccess(op.target.account, in updateOrAddPeriodicSyncH()