Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java133 private final List<OnHeadsUpNotificationStateChange> mNotificationStateChangeListeners = field in CarHeadsUpNotificationManager
337 if (!mNotificationStateChangeListeners.contains(listener)) { in registerHeadsUpNotificationStateChangeListener()
338 mNotificationStateChangeListeners.add(listener); in registerHeadsUpNotificationStateChangeListener()
347 mNotificationStateChangeListeners.clear(); in unregisterListeners()
357 mNotificationStateChangeListeners.forEach( in handleHeadsUpNotificationStateChanged()