Searched refs:isShowingDot (Results 1 – 2 of 2) sorted by relevance
135 assertTrue(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_visible()142 assertFalse(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_gone()250 assertTrue(mLightsOutNotifController.isShowingDot()); in assertIsShowingDot()252 assertFalse(mLightsOutNotifController.isShowingDot()); in assertIsShowingDot()
103 if (showDot != isShowingDot()) { in updateLightsOutView()128 boolean isShowingDot() { in isShowingDot() method in LightsOutNotifController