Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPhoneCallLog.java111 public long getPhoneLogId() { in getPhoneLogId() method in PhoneCallLog
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java195 intent.putExtra(NotificationService.EXTRA_CALL_LOG_ID, phoneCallLog.getPhoneLogId()); in getDeleteIntent()