Home
last modified time | relevance | path

Searched defs:phoneCallLog (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java152 private void cancelMissedCallNotification(PhoneCallLog phoneCallLog) { in cancelMissedCallNotification()
189 private PendingIntent getDeleteIntent(PhoneCallLog phoneCallLog) { in getDeleteIntent()
228 private String getTag(@NonNull PhoneCallLog phoneCallLog) { in getTag()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPhoneCallLog.java86 PhoneCallLog phoneCallLog = new PhoneCallLog(); in fromCursor() local
138 public boolean merge(@NonNull PhoneCallLog phoneCallLog) { in merge()
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DUnreadMissedCallLiveData.java81 PhoneCallLog phoneCallLog = PhoneCallLog.fromCursor(mContext, cursor); in convertToEntity() local
DCallHistoryLiveData.java113 PhoneCallLog phoneCallLog = PhoneCallLog.fromCursor(mContext, cursor); in convertToEntity() local