Searched refs:activateRemoteInput (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 251 return activateRemoteInput(view, inputs, input, pendingIntent, 399 public boolean activateRemoteInput(View view, RemoteInput[] inputs, RemoteInput input, in activateRemoteInput() method in NotificationRemoteInputManager 401 return activateRemoteInput(view, inputs, input, pendingIntent, editedSuggestionInfo, in activateRemoteInput() 419 public boolean activateRemoteInput(View view, RemoteInput[] inputs, RemoteInput input, in activateRemoteInput() method in NotificationRemoteInputManager 465 activateRemoteInput(view, inputs, input, pendingIntent, editedSuggestionInfo, in activateRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyStateInflater.kt | 479 remoteInputManager.activateRemoteInput( in inflateReplyButton()
|