Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPhoneCallLog.java130 public List<Record> getAllCallRecords() { in getAllCallRecords() method in PhoneCallLog
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DUiCallLogLiveData.java142 phoneCallLog.getAllCallRecords()); in convert()
/packages/apps/Car/Dialer/tests/instrutests/src/com/android/car/dialer/integration/
DRecentCallLogTest.java118 when(mMockPhoneCallLog.getAllCallRecords()).thenReturn( in setup()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java123 int callLogSize = callLog.getAllCallRecords().size(); in showMissedCallNotification()