Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeController.java250 NotificationShadeWindowViewController notificationShadeWindowViewController) {} in setNotificationShadeWindowViewController()
DOWNERS16 per-file NotificationShadeWindowViewController.java = pixel@google.com, cinek@google.com, juliacr@g…
DShadeControllerImpl.java75 private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
372 NotificationShadeWindowViewController controller) { in setNotificationShadeWindowViewController()
DNotificationShadeWindowViewController.java92 public class NotificationShadeWindowViewController implements Dumpable { class
160 public NotificationShadeWindowViewController( in NotificationShadeWindowViewController() method in NotificationShadeWindowViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java45 import com.android.systemui.shade.NotificationShadeWindowViewController;
103 private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
162 NotificationShadeWindowViewController notificationShadeWindowViewController, in initialize()
DCentralSurfacesImpl.java174 import com.android.systemui.shade.NotificationShadeWindowViewController;
415 private final Lazy<NotificationShadeWindowViewController>
655 Lazy<NotificationShadeWindowViewController> notificationShadeWindowViewControllerLazy, in CentralSurfacesImpl()
1503 protected NotificationShadeWindowViewController getNotificationShadeWindowViewController() { in getNotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java47 import com.android.systemui.shade.NotificationShadeWindowViewController;
92 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt135 private lateinit var controller: NotificationShadeWindowViewController
167 NotificationShadeWindowViewController( in setUp()
DShadeControllerImplTest.kt83 @Mock private lateinit var nswvc: NotificationShadeWindowViewController
DNotificationShadeWindowViewControllerTest.kt160 private lateinit var underTest: NotificationShadeWindowViewController
197 NotificationShadeWindowViewController( in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java146 import com.android.systemui.shade.NotificationShadeWindowViewController;
297 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
298 @Mock private Lazy<NotificationShadeWindowViewController>