Searched refs:activateRemoteInput (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 243 return activateRemoteInput(view, inputs, input, pendingIntent, 370 public boolean activateRemoteInput(View view, RemoteInput[] inputs, RemoteInput input, in activateRemoteInput() method in NotificationRemoteInputManager 372 return activateRemoteInput(view, inputs, input, pendingIntent, editedSuggestionInfo, in activateRemoteInput() 390 public boolean activateRemoteInput(View view, RemoteInput[] inputs, RemoteInput input, in activateRemoteInput() method in NotificationRemoteInputManager 436 activateRemoteInput(view, inputs, input, pendingIntent, editedSuggestionInfo, in activateRemoteInput()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 479 remoteInputManager.activateRemoteInput(
|