/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
H A D | NotificationShadeWindowControllerImpl.java | 21 import com.android.systemui.statusbar.NotificationShadeWindowController; 28 NotificationShadeWindowController {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarHeadsUpChangeListener.java | 21 import com.android.systemui.statusbar.NotificationShadeWindowController; 34 private final NotificationShadeWindowController mNotificationShadeWindowController; 47 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener()
|
H A D | StatusBarDemoMode.java | 34 import com.android.systemui.statusbar.NotificationShadeWindowController; 46 private final NotificationShadeWindowController mNotificationShadeWindowController; 54 NotificationShadeWindowController notificationShadeWindowController, in StatusBarDemoMode()
|
H A D | ShadeControllerImpl.java | 28 import com.android.systemui.statusbar.NotificationShadeWindowController; 48 protected final NotificationShadeWindowController mNotificationShadeWindowController; 61 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl()
|
H A D | StatusBarTouchableRegionManager.java | 37 import com.android.systemui.statusbar.NotificationShadeWindowController; 58 private final NotificationShadeWindowController mNotificationShadeWindowController; 74 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager()
|
H A D | DozeServiceHost.java | 41 import com.android.systemui.statusbar.NotificationShadeWindowController; 85 private final NotificationShadeWindowController mNotificationShadeWindowController; 108 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost()
|
H A D | NotificationShadeWindowViewController.java | 49 import com.android.systemui.statusbar.NotificationShadeWindowController; 103 private NotificationShadeWindowController mNotificationShadeWindowController; 513 public void setService(StatusBar statusBar, NotificationShadeWindowController controller) { in setService()
|
H A D | StatusBarNotificationPresenter.java | 54 import com.android.systemui.statusbar.NotificationShadeWindowController; 110 private final NotificationShadeWindowController mNotificationShadeWindowController; 126 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter()
|
H A D | BiometricUnlockController.java | 53 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 D | StatusBarNotificationPresenterTest.java | 48 import com.android.systemui.statusbar.NotificationShadeWindowController; 95 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setup() 112 mock(NotificationShadeWindowController.class), mock(DynamicPrivacyController.class), in setup()
|
H A D | HeadsUpManagerPhoneTest.java | 35 import com.android.systemui.statusbar.NotificationShadeWindowController; 97 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setUp()
|
H A D | DozeServiceHostTest.java | 44 import com.android.systemui.statusbar.NotificationShadeWindowController; 81 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
|
H A D | NotificationShadeWindowViewTest.java | 47 import com.android.systemui.statusbar.NotificationShadeWindowController; 96 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
|
H A D | StatusBarKeyguardViewManagerTest.java | 52 import com.android.systemui.statusbar.NotificationShadeWindowController; 133 mock(NotificationShadeWindowController.class), in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIDefaultModule.java | 50 import com.android.systemui.statusbar.NotificationShadeWindowController; 203 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
|
H A D | SystemUIModule.java | 55 import com.android.systemui.statusbar.NotificationShadeWindowController; 202 NotificationShadeWindowController notificationShadeWindowController, in provideBubblesManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 51 import com.android.systemui.statusbar.NotificationShadeWindowController; 196 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/ |
H A D | CarSystemUIModule.java | 58 import com.android.systemui.statusbar.NotificationShadeWindowController; 196 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | SystemActions.java | 56 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 D | NotificationShadeWindowController.java | 31 public interface NotificationShadeWindowController extends RemoteInputController.Callback { interface
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 68 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 D | AuthRippleControllerTest.kt | 31 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 D | StatusBarDependenciesModule.java | 44 import com.android.systemui.statusbar.NotificationShadeWindowController; 133 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 38 import com.android.systemui.statusbar.NotificationShadeWindowController 67 private val notificationShadeWindowController: NotificationShadeWindowController,
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NonPhoneDependencyTest.java | 101 assertFalse(mDependency.hasInstantiatedDependency(NotificationShadeWindowController.class)); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|