Home
last modified time | relevance | path

Searched refs:getCurrentSyncs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountDetailsWithSyncStatusPreferenceController.java92 List<SyncInfo> currentSyncs = getCurrentSyncs(userId); in isSyncFailing()
122 boolean hasActiveSyncs = !getCurrentSyncs( in updateSyncButton()
155 List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in AccountDetailsWithSyncStatusPreferenceController
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/accounts/
DAccountDetailsWithSyncStatusPreferenceControllerTest.java235 List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in AccountDetailsWithSyncStatusPreferenceControllerTest.TestAccountDetailsWithSyncStatusPreferenceController