Home
last modified time | relevance | path

Searched refs:addOnSendRemoteInputListener (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt84 fun addOnSendRemoteInputListener(listener: OnSendRemoteInputListener) regex
174 view.addOnSendRemoteInputListener(onSendRemoteInputListener)
210 override fun addOnSendRemoteInputListener(listener: OnSendRemoteInputListener) {
H A DRemoteInputView.java840 public void addOnSendRemoteInputListener(Runnable listener) { in addOnSendRemoteInputListener() method in RemoteInputView