Searched refs:currentSyncs (Results 1 – 1 of 1) sorted by relevance
352 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) { in isSyncing() argument353 for (SyncInfo syncInfo : currentSyncs) { in isSyncing()370 List<SyncInfo> currentSyncs = ContentResolver.getCurrentSyncs(); in setFeedsState() local391 boolean activelySyncing = isSyncing(currentSyncs, account, authority); in setFeedsState()