Home
last modified time | relevance | path

Searched refs:logNoFullscreen (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java535 verify(mLogger, never()).logNoFullscreen(any(), any()); in testShouldNotFullScreen_notPendingIntent()
605 verify(mLogger, never()).logNoFullscreen(any(), any()); in testShouldNotFullScreen_isGroupAlertSilenced()
632 verify(mLogger, never()).logNoFullscreen(any(), any()); in testShouldNotFullScreen_isSuppressedByBubbleMetadata()
659 verify(mLogger, never()).logNoFullscreen(any(), any()); in testShouldFullScreen_notInteractive()
675 verify(mLogger, never()).logNoFullscreen(any(), any()); in testShouldFullScreen_isDreaming()
691 verify(mLogger, never()).logNoFullscreen(any(), any()); in testShouldFullScreen_onKeyguard()
708 verify(mLogger).logNoFullscreen(entry, "NO_FSI_EXPECTED_TO_HUN"); in testShouldNotFullScreen_willHun()
728 verify(mLogger).logNoFullscreen(entry, "NO_FSI_EXPECTED_TO_HUN"); in testShouldNotFullScreen_snoozed_occluding()
772 verify(mLogger).logNoFullscreen(entry, "NO_FSI_EXPECTED_TO_HUN"); in testShouldNotFullScreen_snoozed_lockedShade()
816 verify(mLogger).logNoFullscreen(entry, "NO_FSI_EXPECTED_TO_HUN"); in testShouldNotFullScreen_snoozed_unlocked()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptLogger.kt266 fun logNoFullscreen(entry: NotificationEntry, reason: String) { regex
H A DNotificationInterruptStateProviderImpl.java379 mLogger.logNoFullscreen(entry, decision.name()); in logFullScreenIntentDecision()