Searched refs:countIf (Results 1 – 2 of 2) sorted by relevance
2060 private static <T> int countIf(Collection<T> col, Predicate<T> p) { in countIf() method in SyncManager2072 pw.println(countIf(pendingSyncs, op -> !op.isPeriodic)); in dumpPendingSyncs()2089 pw.println(countIf(pendingSyncs, op -> op.isPeriodic)); in dumpPeriodicSyncs()
15723 PLcom/android/server/content/SyncManager;->countIf(Ljava/util/Collection;Ljava/util/function/Predic…