Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DNewCallLogAdapter.java67 private final RealtimeRowProcessor realtimeRowProcessor; field in NewCallLogAdapter
93 this.realtimeRowProcessor = CallLogUiComponent.get(activity).realtimeRowProcessor(); in NewCallLogAdapter()
101 this.realtimeRowProcessor.clearCache(); in updateRows()
109 this.realtimeRowProcessor.clearCache(); in clearCache()
202 realtimeRowProcessor, in onCreateViewHolder()
DNewCallLogViewHolder.java70 private final RealtimeRowProcessor realtimeRowProcessor; field in NewCallLogViewHolder
80 RealtimeRowProcessor realtimeRowProcessor, in NewCallLogViewHolder() argument
97 this.realtimeRowProcessor = realtimeRowProcessor; in NewCallLogViewHolder()
115 realtimeRowProcessor.applyRealtimeProcessing(coalescedRow), in bind()
DCallLogUiComponent.java26 public abstract RealtimeRowProcessor realtimeRowProcessor(); in realtimeRowProcessor() method in CallLogUiComponent