Home
last modified time | relevance | path

Searched defs:coalescedRows (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DNewCallLogAdapter.java71 private ImmutableList<CoalescedRow> coalescedRows; field in NewCallLogAdapter
87 ImmutableList<CoalescedRow> coalescedRows, in NewCallLogAdapter()
99 void updateRows(ImmutableList<CoalescedRow> coalescedRows) { in updateRows()