Home
last modified time | relevance | path

Searched refs:setUpWithCallback (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNonPhoneDependencyTest.java95 remoteInputManager.setUpWithCallback(mRemoteInputManagerCallback, in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
H A DSmartReplyControllerTest.java110 mRemoteInputManager.setUpWithCallback(mCallback, mDelegate); in setUp()
H A DNotificationRemoteInputManagerTest.java222 super.setUpWithCallback(callback, delegate); in setUpWithPresenterForTest()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java188 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java345 public void setUpWithCallback(Callback callback, RemoteInputController.Delegate delegate) { in setUpWithCallback() method in NotificationRemoteInputManager