Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DMissedCallNotificationController.java73 private final List<PhoneCallLog> mCurrentPhoneCallLogList; field in MissedCallNotificationController
88 mCurrentPhoneCallLogList = new ArrayList<>(); in MissedCallNotificationController()
105 mCurrentPhoneCallLogList.remove(phoneCallLog); in updateNotifications()
108 for (PhoneCallLog phoneCallLog : mCurrentPhoneCallLogList) { in updateNotifications()
111 mCurrentPhoneCallLogList.clear(); in updateNotifications()
112 mCurrentPhoneCallLogList.addAll(updatedPhoneCallLogs); in updateNotifications()