Searched refs:mLightsOutNotifController (Results 1 – 3 of 3) sorted by relevance
71 private LightsOutNotifController mLightsOutNotifController; field in LightsOutNotifControllerTest107 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 …]
251 @Mock private LightsOutNotifController mLightsOutNotifController; field in StatusBarTest426 mLightsOutNotifController, in setup()
499 private final LightsOutNotifController mLightsOutNotifController; field in StatusBar861 mLightsOutNotifController = lightsOutNotifController; in StatusBar()1164 mLightsOutNotifController.setLightsOutNotifView( in makeStatusBarView()