Searched refs:mActiveInCallNotifications (Results 1 – 1 of 1) sorted by relevance
85 private final Set<String> mActiveInCallNotifications; field in InCallNotificationController108 mActiveInCallNotifications = new HashSet<>(); in InCallNotificationController()123 mActiveInCallNotifications.add(callId); in showInCallNotification()145 if (mActiveInCallNotifications.contains(callId)) { in showInCallNotification()175 mActiveInCallNotifications.remove(callId); in cancelInCallNotification()