Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A 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()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DPhoneCallLog.java99 PhoneCallLog phoneCallLog = new PhoneCallLog(); in fromCursor() local
155 public boolean merge(@NonNull PhoneCallLog phoneCallLog, boolean checkTimeRange) { in merge()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
H A DUnreadMissedCallLiveData.java81 PhoneCallLog phoneCallLog = PhoneCallLog.fromCursor(mContext, cursor); in convertToEntity() local
H A DCallHistoryLiveData.java115 PhoneCallLog phoneCallLog = PhoneCallLog.fromCursor(mContext, cursor); in convertToEntity() local