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