Home
last modified time | relevance | path

Searched refs:systemCallLogDataSource (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/
DCallLogModule.java38 SystemCallLogDataSource systemCallLogDataSource, in provideCallLogDataSources() argument
43 ImmutableList.of(systemCallLogDataSource, phoneLookupDataSource, voicemailDataSource); in provideCallLogDataSources()
47 return systemCallLogDataSource; in provideCallLogDataSources()
DRefreshAnnotatedCallLogWorker.java177 CallLogDataSource systemCallLogDataSource = dataSources.getSystemCallLogDataSource(); in rebuild() local
178 ListenableFuture<Void> fillFuture = systemCallLogDataSource.fill(mutations); in rebuild()
179 String systemEventName = eventNameForFill(systemCallLogDataSource, isBuilt); in rebuild()