Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java49 private final RemoteInputUriController mRemoteInputUriController; field in RemoteInputController
54 mRemoteInputUriController = remoteInputUriController; in RemoteInputController()
293 mRemoteInputUriController.grantInlineReplyUriPermission(sbn, data); in grantInlineReplyUriPermission()
H A DNotificationRemoteInputManager.java110 private final RemoteInputUriController mRemoteInputUriController; field in NotificationRemoteInputManager
293 mRemoteInputUriController = remoteInputUriController; in NotificationRemoteInputManager()
347 mRemoteInputController = new RemoteInputController(delegate, mRemoteInputUriController); in setUpWithCallback()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java81 @Mock private RemoteInputUriController mRemoteInputUriController; field in SmartReplyControllerTest
106 mRemoteInputUriController, in setUp()
H A DNotificationRemoteInputManagerTest.java81 @Mock private RemoteInputUriController mRemoteInputUriController; field in NotificationRemoteInputManagerTest
109 mRemoteInputUriController, in setUp()