Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllog/
DCallLogFramework.java48 private final CallLogState callLogState; field in CallLogFramework
56 CallLogState callLogState) { in CallLogFramework() argument
61 this.callLogState = callLogState; in CallLogFramework()
93 callLogState.clearData(); in disableDataSources()
DCallLogCacheUpdater.java53 private final CallLogState callLogState; field in CallLogCacheUpdater
66 CallLogState callLogState) { in CallLogCacheUpdater() argument
69 this.callLogState = callLogState; in CallLogCacheUpdater()
81 callLogState.isBuilt(), in updateCache()
DRefreshAnnotatedCallLogWorker.java56 private final CallLogState callLogState; field in RefreshAnnotatedCallLogWorker
71 CallLogState callLogState, in RefreshAnnotatedCallLogWorker() argument
80 this.callLogState = callLogState; in RefreshAnnotatedCallLogWorker()
151 callLogState.isBuilt(), this::rebuild, MoreExecutors.directExecutor()); in checkDirtyAndRebuildIfNecessary()
245 callLogState.markBuilt(); in rebuild()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/composite/
DCompositePhoneLookup.java60 private final CallLogState callLogState; field in CompositePhoneLookup
69 CallLogState callLogState, in CompositePhoneLookup() argument
74 this.callLogState = callLogState; in CompositePhoneLookup()
175 callLogState.isBuilt(), in getMostRecentInfo()
233 callLogState.isBuilt(),