Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DInCallNotificationController.java85 private final Set<String> mActiveInCallNotifications; field in InCallNotificationController
108 mActiveInCallNotifications = new HashSet<>(); in InCallNotificationController()
123 mActiveInCallNotifications.add(callId); in showInCallNotification()
145 if (mActiveInCallNotifications.contains(callId)) { in showInCallNotification()
175 mActiveInCallNotifications.remove(callId); in cancelInCallNotification()