Home
last modified time | relevance | path

Searched refs:firstMatching (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonelookup/composite/
DCompositePhoneLookup.java158 ListenableFuture<Boolean> firstMatching = in isDirty() local
159 DialerFutures.firstMatching(futures, Preconditions::checkNotNull, false /* defaultValue */); in isDirty()
161 futureTimer.applyTiming(firstMatching, eventName, LogCatMode.LOG_VALUES); in isDirty()
162 return firstMatching; in isDirty()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerFutures.java44 public static <T> ListenableFuture<T> firstMatching( in firstMatching() method in DialerFutures
/packages/apps/Dialer/java/com/android/dialer/calllog/
DRefreshAnnotatedCallLogWorker.java168 DialerFutures.firstMatching(isDirtyFutures, Preconditions::checkNotNull, false); in isDirty()