/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/ |
D | DummyNotificationShadeWindowController.java | 31 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 44 public class DummyNotificationShadeWindowController extends NotificationShadeWindowController {
|
D | CarStatusBarKeyguardViewManager.java | 31 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 59 NotificationShadeWindowController notificationShadeWindowController, in CarStatusBarKeyguardViewManager()
|
D | CarStatusBarModule.java | 83 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 168 NotificationShadeWindowController notificationShadeWindowController, in provideStatusBar()
|
D | CarStatusBar.java | 98 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 193 NotificationShadeWindowController notificationShadeWindowController, in CarStatusBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | TestableBubbleController.java | 34 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 47 NotificationShadeWindowController notificationShadeWindowController, in TestableBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/ |
D | BubbleModule.java | 37 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 58 NotificationShadeWindowController notificationShadeWindowController, in newBubbleController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 37 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 100 assertFalse(mDependency.hasInstantiatedDependency(NotificationShadeWindowController.class)); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
D | NotificationShadeDepthControllerTest.kt | 32 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/ |
D | ShadeControllerImpl.java | 47 protected final NotificationShadeWindowController mNotificationShadeWindowController; 60 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl()
|
D | StatusBarTouchableRegionManager.java | 56 private final NotificationShadeWindowController mNotificationShadeWindowController; 72 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager()
|
D | DozeServiceHost.java | 86 private final NotificationShadeWindowController mNotificationShadeWindowController; 110 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost()
|
D | NotificationShadeWindowViewController.java | 96 private NotificationShadeWindowController mNotificationShadeWindowController; 468 public void setService(StatusBar statusBar, NotificationShadeWindowController controller) { in setService()
|
D | BiometricUnlockController.java | 151 private final NotificationShadeWindowController mNotificationShadeWindowController; 246 NotificationShadeWindowController notificationShadeWindowController, in BiometricUnlockController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | StatusBarDependenciesModule.java | 46 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 99 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationShadeWindowControllerTest.java | 75 private NotificationShadeWindowController mNotificationShadeWindowController; 83 mNotificationShadeWindowController = new NotificationShadeWindowController(mContext, in setUp()
|
D | StatusBarKeyguardViewManagerTest.java | 107 mock(NotificationShadeWindowController.class), in setUp() 273 NotificationShadeWindowController notificationShadeWindowController, in TestableStatusBarKeyguardViewManager()
|
D | HeadsUpManagerPhoneTest.java | 97 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setUp()
|
D | NotificationShadeWindowViewTest.java | 86 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
|
D | DozeServiceHostTest.java | 81 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/ |
D | CarSystemUIModule.java | 58 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 177 abstract NotificationShadeWindowController bindNotificationShadeWindowController( in bindNotificationShadeWindowController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMediaManager.java | 63 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/ |
D | StatusBarPhoneModule.java | 82 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 166 NotificationShadeWindowController notificationShadeWindowController, in provideStatusBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 69 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 116 dependency.injectMockDependency(NotificationShadeWindowController.class); in NotificationTestHelper()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 85 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/ |
D | Dependency.java | 90 import com.android.systemui.statusbar.phone.NotificationShadeWindowController; 241 @Inject Lazy<NotificationShadeWindowController> mNotificationShadeWindowController; 400 mProviders.put(NotificationShadeWindowController.class, in start()
|