Searched refs:activateRemoteInput (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 253 return activateRemoteInput(view, inputs, input, pendingIntent, 417 public boolean activateRemoteInput(View view, RemoteInput[] inputs, RemoteInput input, in activateRemoteInput() method in NotificationRemoteInputManager 419 return activateRemoteInput(view, inputs, input, pendingIntent, editedSuggestionInfo, in activateRemoteInput() 437 public boolean activateRemoteInput(View view, RemoteInput[] inputs, RemoteInput input, in activateRemoteInput() method in NotificationRemoteInputManager 483 activateRemoteInput(view, inputs, input, pendingIntent, editedSuggestionInfo, in activateRemoteInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 420 remoteInputManager.activateRemoteInput(
|