/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RemoteInputCoordinatorTest.kt | 61 @Mock private lateinit var remoteInputManager: NotificationRemoteInputManager 75 remoteInputManager, 85 verify(remoteInputManager).setRemoteInputListener(capture()) 103 `when`(remoteInputManager.isRemoteInputActive(entry1)).thenReturn(true) 112 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry1)).thenReturn(true) 121 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true) 130 `when`(remoteInputManager.isRemoteInputActive(entry1)).thenReturn(true)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NonPhoneDependencyTest.java | 83 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local 95 remoteInputManager.setUpWithCallback(mRemoteInputManagerCallback, in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | HeadsUpController.java | 60 NotificationRemoteInputManager remoteInputManager, in HeadsUpController() argument 67 mRemoteInputManager = remoteInputManager; in HeadsUpController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinator.java | 81 NotificationRemoteInputManager remoteInputManager, in HeadsUpCoordinator() argument 86 mRemoteInputManager = remoteInputManager; in HeadsUpCoordinator()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenter.java | 146 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationPresenter() 188 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter() 203 remoteInputManager.getLifetimeExtenders()); in StatusBarNotificationPresenter()
|
H A D | StatusBarNotificationActivityStarter.java | 150 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter() argument 185 mRemoteInputManager = remoteInputManager; in StatusBarNotificationActivityStarter() 735 NotificationRemoteInputManager remoteInputManager, in Builder() argument 765 mRemoteInputManager = remoteInputManager; in Builder()
|
H A D | StatusBar.java | 723 NotificationRemoteInputManager remoteInputManager, in StatusBar() 826 mRemoteInputManager = remoteInputManager; in StatusBar()
|
H A D | NotificationPanelViewController.java | 710 NotificationRemoteInputManager remoteInputManager, in NotificationPanelViewController() 809 mRemoteInputManager = remoteInputManager; in NotificationPanelViewController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
H A D | StatusBarPhoneModule.java | 175 NotificationRemoteInputManager remoteInputManager, in provideStatusBar() 277 remoteInputManager, in provideStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 362 private val remoteInputManager: NotificationRemoteInputManager, 420 remoteInputManager.activateRemoteInput(
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 82 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater() argument 88 mRemoteInputManager = remoteInputManager; in NotificationContentInflater()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 653 NotificationRemoteInputManager remoteInputManager, in NotificationStackScrollLayoutController() 702 mRemoteInputManager = remoteInputManager; in NotificationStackScrollLayoutController()
|