Searched refs:mCurrentPhoneCallLogList (Results 1 – 1 of 1) sorted by relevance
73 private final List<PhoneCallLog> mCurrentPhoneCallLogList; field in MissedCallNotificationController88 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()