Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/
H A DCoalescer.java99 RowCombiner rowCombiner = new RowCombiner(allAnnotatedCallLogRowsSortedByTimestampDesc); in coalesceInternal()
158 private static final class RowCombiner { class in Coalescer
182 RowCombiner(Cursor annotatedCallLogRow) { in RowCombiner() method in Coalescer.RowCombiner