Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DUiCallLogLiveData.java116 relativeTime, number, null, phoneCallLog.getAllCallRecords()); in convert()
137 phoneCallLog.getAllCallRecords()); in convert()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPhoneCallLog.java120 public List<Record> getAllCallRecords() { in getAllCallRecords() method in PhoneCallLog
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java145 " (%d)", phoneCallLog.getAllCallRecords().size())) in showMissedCallNotification()