Searched refs:realtimeRowProcessor (Results 1 – 3 of 3) sorted by relevance
67 private final RealtimeRowProcessor realtimeRowProcessor; field in NewCallLogAdapter93 this.realtimeRowProcessor = CallLogUiComponent.get(activity).realtimeRowProcessor(); in NewCallLogAdapter()101 this.realtimeRowProcessor.clearCache(); in updateRows()109 this.realtimeRowProcessor.clearCache(); in clearCache()202 realtimeRowProcessor, in onCreateViewHolder()
70 private final RealtimeRowProcessor realtimeRowProcessor; field in NewCallLogViewHolder80 RealtimeRowProcessor realtimeRowProcessor, in NewCallLogViewHolder() argument97 this.realtimeRowProcessor = realtimeRowProcessor; in NewCallLogViewHolder()115 realtimeRowProcessor.applyRealtimeProcessing(coalescedRow), in bind()
26 public abstract RealtimeRowProcessor realtimeRowProcessor(); in realtimeRowProcessor() method in CallLogUiComponent