Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java231 when(mTestHelper.getStatusBarStateController().isDozing()).thenReturn(true); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
263 when(mTestHelper.getStatusBarStateController().isDozing()).thenReturn(true); in testPulsingRoundness_onHeadsUpStateChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java121 mNotificationTestHelper.getStatusBarStateController(); in testCanShowHeadsUp_dozing_true()
152 mNotificationTestHelper.getStatusBarStateController(); in testCanShowHeadsUp_false()
392 StatusBarStateController mock = mNotificationTestHelper.getStatusBarStateController(); in testClickSound()
H A DNotificationTestHelper.java519 public StatusBarStateController getStatusBarStateController() { in getStatusBarStateController() method in NotificationTestHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java681 mNotificationPanelViewController.getStatusBarStateController() in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4808 StatusBarStateController getStatusBarStateController() {