Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerFutures.java48 return firstMatchingImpl(futures, predicate, defaultValue); in firstMatching()
51 private static <T> ListenableFuture<T> firstMatchingImpl( in firstMatchingImpl() method in DialerFutures