Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java319 CarHeadsUpNotificationManager.HeadsUpState headsUpState) { in onStateChange() argument
320 if (headsUpState == CarHeadsUpNotificationManager.HeadsUpState.DISMISSED in onStateChange()
321 || headsUpState == CarHeadsUpNotificationManager.HeadsUpState.REMOVED_FROM_QUEUE) { in onStateChange()
DCarHeadsUpNotificationQueue.java302 CarHeadsUpNotificationManager.HeadsUpState headsUpState) { in onStateChange() argument
303 if (headsUpState == CarHeadsUpNotificationManager.HeadsUpState.SHOWN in onStateChange()
304 || headsUpState == CarHeadsUpNotificationManager.HeadsUpState.REMOVED_FROM_QUEUE) { in onStateChange()
DCarHeadsUpNotificationManager.java77 void onStateChange(AlertEntry alertEntry, HeadsUpState headsUpState); in onStateChange() argument
356 HeadsUpState headsUpState) { in handleHeadsUpNotificationStateChanged() argument
358 listener -> listener.onStateChange(alertEntry, headsUpState)); in handleHeadsUpNotificationStateChanged()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java457 mManager.registerHeadsUpNotificationStateChangeListener((alertEntry, headsUpState) -> { in notification_removedFromQueue_notifyListeners() argument
458 mHeadsUpStates.add(headsUpState); in notification_removedFromQueue_notifyListeners()