Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java718 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_internalCategory_hunRemovalFlagTrue_setHunRemovalFlagToFalse()
731 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_internalCategory_hunRemovalFlagTrue_setHunExpiredToFalse()
744 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_internalCategory_hunRemovalFlagTrue_cancelHunForCurrentUser()
758 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_notInternalCategory_hunRemovalFlagTrue_notCancelHunForCurrentUser()
772 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_notInternalCategory_hunRemovalFlagTrue_doesNotsetHunRemovalFlag()
791 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_dismissed_callbackScheduled()
DCarNotificationListenerTest.java284 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_hunDismissed_notifiesHandler()
328 CarHeadsUpNotificationManager.HeadsUpState.DISMISSED); in onStateChange_overrideGroupKeySet()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java127 DISMISSED(MetricsEvent.ACTION_CAPTIVE_PORTAL_LOGIN_RESULT_DISMISSED), enumConstant
423 done(Result.DISMISSED); in handleCapabilitiesChanged()
476 case DISMISSED: in done()
726 done(Result.DISMISSED); in testForCaptivePortal()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java93 DISMISSED, enumConstant
659 : HeadsUpState.DISMISSED); in postDismiss()
DCarNotificationListener.java320 if (headsUpState == CarHeadsUpNotificationManager.HeadsUpState.DISMISSED in onStateChange()