Searched refs:countIf (Results 1 – 1 of 1) sorted by relevance
2202 private static <T> int countIf(Collection<T> col, Predicate<T> p) { in countIf() method in SyncManager2214 pw.println(countIf(pendingSyncs, op -> !op.isPeriodic)); in dumpPendingSyncs()2231 pw.println(countIf(pendingSyncs, op -> op.isPeriodic)); in dumpPeriodicSyncs()