Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java138 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifController.java109 if (showDot != isShowingDot()) { in updateLightsOutView()
134 boolean isShowingDot() { in isShowingDot() method in LegacyLightsOutNotifController