Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java166 assertIsShowingDot(true); in testLightsOut_withNotifs_onSystemBarAttributesChanged()
187 assertIsShowingDot(false); in testLightsOut_withoutNotifs_onSystemBarAttributesChanged()
208 assertIsShowingDot(false); in testLightsOn_afterLightsOut_onSystemBarAttributesChanged()
217 assertIsShowingDot(false); in testEntryAdded()
225 assertIsShowingDot(true); in testEntryAdded()
234 assertIsShowingDot(true); in testEntryRemoved()
242 assertIsShowingDot(false); in testEntryRemoved()
245 private void assertIsShowingDot(boolean isShowing) { in assertIsShowingDot() method in LegacyLightsOutNotifControllerTest