Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/
H A DCoalescer.java69 ListenableFuture<ImmutableList<CoalescedRow>> coalescingFuture = in coalesce() local
72 futureTimer.applyTiming(coalescingFuture, Metrics.NEW_CALL_LOG_COALESCE); in coalesce()
73 return coalescingFuture; in coalesce()