Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProvider.kt164 fun makeUnloggedFullScreenIntentDecision(entry: NotificationEntry): FullScreenIntentDecision method
DNotificationInterruptStateProviderWrapper.kt95 override fun makeUnloggedFullScreenIntentDecision(entry: NotificationEntry) = in makeUnloggedFullScreenIntentDecision() method in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper
DVisualInterruptionDecisionProviderImpl.kt280 override fun makeUnloggedFullScreenIntentDecision( in makeUnloggedFullScreenIntentDecision() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt718 val decision = provider.makeUnloggedFullScreenIntentDecision(entry) in <lambda>()
777 val decision = provider.makeUnloggedFullScreenIntentDecision(entry) in <lambda>()
875 val decision = provider.makeUnloggedFullScreenIntentDecision(entry) in <lambda>()
1130 provider.makeUnloggedFullScreenIntentDecision(entry).let { in <lambda>()
1139 provider.makeUnloggedFullScreenIntentDecision(entry).let { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt397 mVisualInterruptionDecisionProvider.makeUnloggedFullScreenIntentDecision(entry) in <lambda>()
522 mVisualInterruptionDecisionProvider.makeUnloggedFullScreenIntentDecision( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt1052 whenever(provider.makeUnloggedFullScreenIntentDecision(any())).thenAnswer { in <lambda>()
1063 visualInterruptionDecisionProvider.makeUnloggedFullScreenIntentDecision(entry) in <lambda>()