Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifControllerTest.java71 private LightsOutNotifController mLightsOutNotifController; field in LightsOutNotifControllerTest
107 assertTrue(mLightsOutNotifController.areLightsOut()); in testAreLightsOut_lightsOut()
120 assertFalse(mLightsOutNotifController.areLightsOut()); in testAreLightsOut_lightsOn()
127 assertTrue(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_visible()
134 assertFalse(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_gone()
201 mLightsOutNotifController.mAppearance = LIGHTS_OUT; in testEntryAdded()
202 mLightsOutNotifController.updateLightsOutView(); in testEntryAdded()
218 mLightsOutNotifController.mAppearance = LIGHTS_OUT; in testEntryRemoved()
219 mLightsOutNotifController.updateLightsOutView(); in testEntryRemoved()
236 mLightsOutNotifController.mAppearance = LIGHTS_OUT; in testEntryUpdated()
[all …]
H A DStatusBarTest.java251 @Mock private LightsOutNotifController mLightsOutNotifController; field in StatusBarTest
426 mLightsOutNotifController, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java499 private final LightsOutNotifController mLightsOutNotifController; field in StatusBar
861 mLightsOutNotifController = lightsOutNotifController; in StatusBar()
1164 mLightsOutNotifController.setLightsOutNotifView( in makeStatusBarView()