Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifController.java59 private final Observer<Boolean> mObserver = hasNotifs -> updateLightsOutView();
99 updateLightsOutView(); in onViewAttached()
107 void updateLightsOutView() { in updateLightsOutView() method in LegacyLightsOutNotifController
159 updateLightsOutView();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java216 mLightsOutNotifController.updateLightsOutView(); in testEntryAdded()
233 mLightsOutNotifController.updateLightsOutView(); in testEntryRemoved()