Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java97 remoteInputManager.setUpWithCallback(mRemoteInputManagerCallback, in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DSmartReplyControllerTest.java89 mRemoteInputManager.setUpWithCallback(mCallback, mDelegate); in setUp()
DNotificationRemoteInputManagerTest.java213 super.setUpWithCallback(callback, delegate); in setUpWithPresenterForTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java179 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java299 public void setUpWithCallback(Callback callback, RemoteInputController.Delegate delegate) { in setUpWithCallback() method in NotificationRemoteInputManager