Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifControllerTest.java135 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java103 if (showDot != isShowingDot()) { in updateLightsOutView()
128 boolean isShowingDot() { in isShowingDot() method in LightsOutNotifController