OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realtimeRowProcessor
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
CallLogUiComponent.java
26
public abstract
RealtimeRowProcessor
realtimeRowProcessor
();
NewCallLogAdapter.java
57
private final
RealtimeRowProcessor
realtimeRowProcessor
;
74
this.
realtimeRowProcessor
= CallLogUiComponent.get(context).
realtimeRowProcessor
();
82
this.
realtimeRowProcessor
.clearCache();
89
this.
realtimeRowProcessor
.clearCache();
145
realtimeRowProcessor
,
NewCallLogViewHolder.java
61
private final
RealtimeRowProcessor
realtimeRowProcessor
;
71
RealtimeRowProcessor
realtimeRowProcessor
,
87
this.
realtimeRowProcessor
=
realtimeRowProcessor
;
105
realtimeRowProcessor
.applyRealtimeProcessing(row),
Completed in 237 milliseconds