Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java252 @VisibleForTesting final StatusBarStateListener mStatusBarStateListener =
253 new StatusBarStateListener();
4397 private class StatusBarStateListener implements StateListener { class in NotificationPanelViewController