Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java42 NO_FULL_SCREEN_INTENT(false), enumConstant
DNotificationInterruptStateProviderImpl.java273 return FullScreenIntentDecision.NO_FULL_SCREEN_INTENT; in getFullScreenIntentDecision()
383 case NO_FULL_SCREEN_INTENT: in logFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt178 setDefaultShouldFullScreen(FullScreenIntentDecision.NO_FULL_SCREEN_INTENT) in <lambda>()
289 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FULL_SCREEN_INTENT) in <lambda>()
857 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FULL_SCREEN_INTENT) in <lambda>()
861 verifyLoggedFullScreenIntentDecision(entry, FullScreenIntentDecision.NO_FULL_SCREEN_INTENT) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java574 .isEqualTo(FullScreenIntentDecision.NO_FULL_SCREEN_INTENT); in testShouldNotFullScreen_notPendingIntent()
909 boolean expectedToLog = decision != FullScreenIntentDecision.NO_FULL_SCREEN_INTENT; in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()