Searched refs:headsUpState (Results 1 – 4 of 4) sorted by relevance
319 CarHeadsUpNotificationManager.HeadsUpState headsUpState) { in onStateChange() argument320 if (headsUpState == CarHeadsUpNotificationManager.HeadsUpState.DISMISSED in onStateChange()321 || headsUpState == CarHeadsUpNotificationManager.HeadsUpState.REMOVED_FROM_QUEUE) { in onStateChange()
302 CarHeadsUpNotificationManager.HeadsUpState headsUpState) { in onStateChange() argument303 if (headsUpState == CarHeadsUpNotificationManager.HeadsUpState.SHOWN in onStateChange()304 || headsUpState == CarHeadsUpNotificationManager.HeadsUpState.REMOVED_FROM_QUEUE) { in onStateChange()
77 void onStateChange(AlertEntry alertEntry, HeadsUpState headsUpState); in onStateChange() argument356 HeadsUpState headsUpState) { in handleHeadsUpNotificationStateChanged() argument358 listener -> listener.onStateChange(alertEntry, headsUpState)); in handleHeadsUpNotificationStateChanged()
457 mManager.registerHeadsUpNotificationStateChangeListener((alertEntry, headsUpState) -> { in notification_removedFromQueue_notifyListeners() argument458 mHeadsUpStates.add(headsUpState); in notification_removedFromQueue_notifyListeners()