Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DCallHistoryLiveData.java110 PhoneCallLog previousCallLog = resultList.isEmpty() ? null : resultList.get( in convertToEntity() local
113 if (previousCallLog == null || !previousCallLog.merge(phoneCallLog)) { in convertToEntity()