Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
DDataSources.java28 ImmutableList<CallLogDataSource> getDataSourcesExcludingSystemCallLog(); in getDataSourcesExcludingSystemCallLog() method
/packages/apps/Dialer/java/com/android/dialer/calllog/
DCallLogModule.java56 public ImmutableList<CallLogDataSource> getDataSourcesExcludingSystemCallLog() { in provideCallLogDataSources() method in CallLogModule
DRefreshAnnotatedCallLogWorker.java185 for (CallLogDataSource dataSource : dataSources.getDataSourcesExcludingSystemCallLog()) { in rebuild()