Searched refs:firstMatching (Results 1 – 3 of 3) sorted by relevance
158 ListenableFuture<Boolean> firstMatching = in isDirty() local159 DialerFutures.firstMatching(futures, Preconditions::checkNotNull, false /* defaultValue */); in isDirty()161 futureTimer.applyTiming(firstMatching, eventName, LogCatMode.LOG_VALUES); in isDirty()162 return firstMatching; in isDirty()
44 public static <T> ListenableFuture<T> firstMatching( in firstMatching() method in DialerFutures
168 DialerFutures.firstMatching(isDirtyFutures, Preconditions::checkNotNull, false); in isDirty()