Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java75 private final NotificationInterruptStateProvider mNotificationInterruptStateProvider = field in StatusBarNotificationPresenterTest
128 mNotificationInterruptStateProvider, in setup()
135 verify(mNotificationInterruptStateProvider).addSuppressor(suppressorCaptor.capture()); in setup()
H A DCentralSurfacesImplTest.java219 private TestableNotificationInterruptStateProviderImpl mNotificationInterruptStateProvider; field in CentralSurfacesImplTest
367 mNotificationInterruptStateProvider = in setup()
489 mNotificationInterruptStateProvider, in setup()
727 assertTrue(mNotificationInterruptStateProvider.shouldHeadsUp(entry)); in testShouldHeadsUp_nonSuppressedGroupSummary()
750 assertFalse(mNotificationInterruptStateProvider.shouldHeadsUp(entry)); in testShouldHeadsUp_suppressedGroupSummary()
771 assertFalse(mNotificationInterruptStateProvider.shouldHeadsUp(entry)); in testShouldHeadsUp_suppressedHeadsUp()
790 assertTrue(mNotificationInterruptStateProvider.shouldHeadsUp(entry)); in testShouldHeadsUp_noSuppressedHeadsUp()
H A DStatusBarNotificationActivityStarterTest.java140 private NotificationInterruptStateProvider mNotificationInterruptStateProvider; field in StatusBarNotificationActivityStarterTest
248 mNotificationInterruptStateProvider, in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java117 private final NotificationInterruptStateProvider mNotificationInterruptStateProvider; field in StatusBarNotificationActivityStarter
189 mNotificationInterruptStateProvider = notificationInterruptStateProvider; in StatusBarNotificationActivityStarter()
H A DCentralSurfacesImpl.java495 protected final NotificationInterruptStateProvider mNotificationInterruptStateProvider; field in CentralSurfacesImpl
805 mNotificationInterruptStateProvider = notificationInterruptStateProvider; in CentralSurfacesImpl()