HomeSort by relevance Sort by last modified time
    Searched refs:systemCallLogDataSource (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/calllog/
CallLogModule.java 21 import com.android.dialer.calllog.datasources.systemcalllog.SystemCallLogDataSource;
41 SystemCallLogDataSource systemCallLogDataSource, ContactsDataSource contactsDataSource) {
44 Collections.unmodifiableList(Arrays.asList(systemCallLogDataSource, contactsDataSource));
47 public SystemCallLogDataSource getSystemCallLogDataSource() {
48 return systemCallLogDataSource;
RefreshAnnotatedCallLogWorker.java 141 CallLogDataSource systemCallLogDataSource = dataSources.getSystemCallLogDataSource();
142 String dataSourceName = getName(systemCallLogDataSource);
145 systemCallLogDataSource.fill(appContext, database, lastRebuildTimeMillis, mutations);

Completed in 98 milliseconds