Home
last modified time | relevance | path

Searched refs:addControllerCallback (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java335 public void addControllerCallback(RemoteInputController.Callback callback) { in addControllerCallback() method in NotificationRemoteInputManager
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java493 doNothing().when(mRemoteInputManager).addControllerCallback(callbackCaptor.capture()); in testUpdateFooter_remoteInput()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1557 mRemoteInputManager.addControllerCallback(mNotificationShadeWindowController); in setUpPresenter()
1676 mRemoteInputManager.addControllerCallback(mStatusBarKeyguardViewManager); in startKeyguard()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java745 mRemoteInputManager.addControllerCallback(new RemoteInputController.Callback() { in setUpView()