Home
last modified time | relevance | path

Searched refs:requestSyncIfAllowed (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountSyncDetailsFragment.java157 AccountSyncHelper.requestSyncIfAllowed(account, adapter.authority, userId); in requestSyncForEnabledProviders()
DAccountSyncHelper.java91 static void requestSyncIfAllowed(Account account, String authority, int userId) { in requestSyncIfAllowed() method in AccountSyncHelper
DAccountSyncDetailsPreferenceController.java219 AccountSyncHelper.requestSyncIfAllowed(mAccount, authority, mUserHandle.getIdentifier()); in requestSync()