Searched refs:isShowingDot (Results 1 – 2 of 2) sorted by relevance
138 assertTrue(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_visible()145 assertFalse(mLightsOutNotifController.isShowingDot()); in testIsShowingDot_gone()253 assertTrue(mLightsOutNotifController.isShowingDot()); in assertIsShowingDot()255 assertFalse(mLightsOutNotifController.isShowingDot()); in assertIsShowingDot()
109 if (showDot != isShowingDot()) { in updateLightsOutView()134 boolean isShowingDot() { in isShowingDot() method in LegacyLightsOutNotifController