Home
last modified time | relevance | path

Searched defs:currentSyncs (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncFragment.java255 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) { in isSyncing()
296 List<SyncInfo> currentSyncs = ContentResolver.getCurrentSyncsAsUser(userId); in onSyncStateUpdated() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountDetailsWithSyncStatusPreferenceController.java92 List<SyncInfo> currentSyncs = getCurrentSyncs(userId); in isSyncFailing() local
H A DAccountSyncHelper.java123 static boolean isSyncing(Account account, List<SyncInfo> currentSyncs, String authority) { in isSyncing()
H A DAccountSyncDetailsPreferenceController.java303 List<SyncInfo> currentSyncs = ContentResolver.getCurrentSyncsAsUser(userId); in getSyncPreferences() local
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java392 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) { in isSyncing()
415 List<SyncInfo> currentSyncs = ContentResolver.getCurrentSyncsAsUser(userId); in setFeedsState() local