Home
last modified time | relevance | path

Searched refs:mRemoteInputController (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java289 if (mRemoteInputController != null) { in setRemoteInputListener()
304 mRemoteInputController.addCallback(cb); in setUpWithCallback()
336 if (mRemoteInputController != null) { in addControllerCallback()
344 if (mRemoteInputController != null) { in removeControllerCallback()
603 if (mRemoteInputController != null) { in dump()
606 mRemoteInputController.dump(pw); in dump()
631 return mRemoteInputController != null && mRemoteInputController.isRemoteInputActive(); in isRemoteInputActive()
635 return mRemoteInputController != null && mRemoteInputController.isRemoteInputActive(entry); in isRemoteInputActive()
639 return mRemoteInputController != null && mRemoteInputController.isSpinning(entryKey); in isSpinning()
643 if (mRemoteInputController != null) { in closeRemoteInputs()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java168 mRemoteInputController = controller; in setUpWithPresenterForTest()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java133 private RemoteInputController mRemoteInputController; field in NotificationContentView
1242 if (mRemoteInputController != null) {
1332 mContext, actionContainer, entry, mRemoteInputController);
1343 .create(result.mView, mRemoteInputController);
1674 mRemoteInputController = r;