Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java74 private LegacyLightsOutNotifController mLightsOutNotifController; field in LegacyLightsOutNotifControllerTest
89 mLightsOutNotifController = new LegacyLightsOutNotifController( in setUp()
94 mLightsOutNotifController.init(); in setUp()
95 mLightsOutNotifController.onViewAttached(); in setUp()
117 assertTrue(mLightsOutNotifController.areLightsOut()); in testAreLightsOut_lightsOut()
131 assertFalse(mLightsOutNotifController.areLightsOut()); in testAreLightsOut_lightsOn()
138 assertTrue(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_visible()
145 assertFalse(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_gone()
165 assertTrue(mLightsOutNotifController.shouldShowDot()); in testLightsOut_withNotifs_onSystemBarAttributesChanged()
186 assertFalse(mLightsOutNotifController.shouldShowDot()); in testLightsOut_withoutNotifs_onSystemBarAttributesChanged()
[all …]