Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationShadeWindowControllerImpl.java21 import com.android.systemui.statusbar.NotificationShadeWindowController;
28 NotificationShadeWindowController {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java21 import com.android.systemui.statusbar.NotificationShadeWindowController;
34 private final NotificationShadeWindowController mNotificationShadeWindowController;
47 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener()
H A DStatusBarDemoMode.java34 import com.android.systemui.statusbar.NotificationShadeWindowController;
46 private final NotificationShadeWindowController mNotificationShadeWindowController;
54 NotificationShadeWindowController notificationShadeWindowController, in StatusBarDemoMode()
H A DShadeControllerImpl.java28 import com.android.systemui.statusbar.NotificationShadeWindowController;
48 protected final NotificationShadeWindowController mNotificationShadeWindowController;
61 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl()
H A DStatusBarTouchableRegionManager.java37 import com.android.systemui.statusbar.NotificationShadeWindowController;
58 private final NotificationShadeWindowController mNotificationShadeWindowController;
74 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager()
H A DDozeServiceHost.java41 import com.android.systemui.statusbar.NotificationShadeWindowController;
85 private final NotificationShadeWindowController mNotificationShadeWindowController;
108 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost()
H A DNotificationShadeWindowViewController.java49 import com.android.systemui.statusbar.NotificationShadeWindowController;
103 private NotificationShadeWindowController mNotificationShadeWindowController;
513 public void setService(StatusBar statusBar, NotificationShadeWindowController controller) { in setService()
H A DStatusBarNotificationPresenter.java54 import com.android.systemui.statusbar.NotificationShadeWindowController;
110 private final NotificationShadeWindowController mNotificationShadeWindowController;
126 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter()
H A DBiometricUnlockController.java53 import com.android.systemui.statusbar.NotificationShadeWindowController;
157 private final NotificationShadeWindowController mNotificationShadeWindowController;
261 NotificationShadeWindowController notificationShadeWindowController, in BiometricUnlockController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java48 import com.android.systemui.statusbar.NotificationShadeWindowController;
95 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setup()
112 mock(NotificationShadeWindowController.class), mock(DynamicPrivacyController.class), in setup()
H A DHeadsUpManagerPhoneTest.java35 import com.android.systemui.statusbar.NotificationShadeWindowController;
97 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setUp()
H A DDozeServiceHostTest.java44 import com.android.systemui.statusbar.NotificationShadeWindowController;
81 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
H A DNotificationShadeWindowViewTest.java47 import com.android.systemui.statusbar.NotificationShadeWindowController;
96 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
H A DStatusBarKeyguardViewManagerTest.java52 import com.android.systemui.statusbar.NotificationShadeWindowController;
133 mock(NotificationShadeWindowController.class), in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIDefaultModule.java50 import com.android.systemui.statusbar.NotificationShadeWindowController;
203 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
H A DSystemUIModule.java55 import com.android.systemui.statusbar.NotificationShadeWindowController;
202 NotificationShadeWindowController notificationShadeWindowController, in provideBubblesManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java51 import com.android.systemui.statusbar.NotificationShadeWindowController;
196 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarSystemUIModule.java58 import com.android.systemui.statusbar.NotificationShadeWindowController;
196 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java56 import com.android.systemui.statusbar.NotificationShadeWindowController;
147 private final NotificationShadeWindowController mNotificationShadeController;
153 NotificationShadeWindowController notificationShadeController, in SystemActions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java31 public interface NotificationShadeWindowController extends RemoteInputController.Callback { interface
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java68 import com.android.systemui.statusbar.NotificationShadeWindowController;
108 private final NotificationShadeWindowController mNotificationShadeWindowController;
129 NotificationShadeWindowController notificationShadeWindowController, in create()
160 NotificationShadeWindowController notificationShadeWindowController, in BubblesManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt31 import com.android.systemui.statusbar.NotificationShadeWindowController
72 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java44 import com.android.systemui.statusbar.NotificationShadeWindowController;
133 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt38 import com.android.systemui.statusbar.NotificationShadeWindowController
67 private val notificationShadeWindowController: NotificationShadeWindowController,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNonPhoneDependencyTest.java101 assertFalse(mDependency.hasInstantiatedDependency(NotificationShadeWindowController.class)); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()

12