Searched refs:mLightsOutNotifController (Results 1 – 1 of 1) sorted by relevance
74 private LegacyLightsOutNotifController mLightsOutNotifController; field in LegacyLightsOutNotifControllerTest89 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 …]