Home
last modified time | relevance | path

Searched refs:NotificationShadeWindowController (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DDummyNotificationShadeWindowController.java31 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
44 public class DummyNotificationShadeWindowController extends NotificationShadeWindowController {
DCarStatusBarKeyguardViewManager.java31 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
59 NotificationShadeWindowController notificationShadeWindowController, in CarStatusBarKeyguardViewManager()
DCarStatusBarModule.java83 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
168 NotificationShadeWindowController notificationShadeWindowController, in provideStatusBar()
DCarStatusBar.java98 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
193 NotificationShadeWindowController notificationShadeWindowController, in CarStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DTestableBubbleController.java34 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
47 NotificationShadeWindowController notificationShadeWindowController, in TestableBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/
DBubbleModule.java37 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
58 NotificationShadeWindowController notificationShadeWindowController, in newBubbleController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java37 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
100 assertFalse(mDependency.hasInstantiatedDependency(NotificationShadeWindowController.class)); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DNotificationShadeDepthControllerTest.kt32 import com.android.systemui.statusbar.phone.NotificationShadeWindowController in <lambda>()
63 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeControllerImpl.java47 protected final NotificationShadeWindowController mNotificationShadeWindowController;
60 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl()
DStatusBarTouchableRegionManager.java56 private final NotificationShadeWindowController mNotificationShadeWindowController;
72 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager()
DDozeServiceHost.java86 private final NotificationShadeWindowController mNotificationShadeWindowController;
110 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost()
DNotificationShadeWindowViewController.java96 private NotificationShadeWindowController mNotificationShadeWindowController;
468 public void setService(StatusBar statusBar, NotificationShadeWindowController controller) { in setService()
DBiometricUnlockController.java151 private final NotificationShadeWindowController mNotificationShadeWindowController;
246 NotificationShadeWindowController notificationShadeWindowController, in BiometricUnlockController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java46 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
99 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerTest.java75 private NotificationShadeWindowController mNotificationShadeWindowController;
83 mNotificationShadeWindowController = new NotificationShadeWindowController(mContext, in setUp()
DStatusBarKeyguardViewManagerTest.java107 mock(NotificationShadeWindowController.class), in setUp()
273 NotificationShadeWindowController notificationShadeWindowController, in TestableStatusBarKeyguardViewManager()
DHeadsUpManagerPhoneTest.java97 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setUp()
DNotificationShadeWindowViewTest.java86 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
DDozeServiceHostTest.java81 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIModule.java58 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
177 abstract NotificationShadeWindowController bindNotificationShadeWindowController( in bindNotificationShadeWindowController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java63 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
110 private Lazy<NotificationShadeWindowController> mNotificationShadeWindowController;
187 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in NotificationMediaManager()
552 NotificationShadeWindowController windowController = in finishUpdateMediaMetaData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java82 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
166 NotificationShadeWindowController notificationShadeWindowController, in provideStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java69 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
116 dependency.injectMockDependency(NotificationShadeWindowController.class); in NotificationTestHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java85 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
125 private final NotificationShadeWindowController mStatusBarWinController;
553 NotificationShadeWindowController statusBarWinController, SysUiState sysUiState, in OverviewProxyService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java90 import com.android.systemui.statusbar.phone.NotificationShadeWindowController;
241 @Inject Lazy<NotificationShadeWindowController> mNotificationShadeWindowController;
400 mProviders.put(NotificationShadeWindowController.class, in start()

12