Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java251 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/
DSmartReplyStateInflater.kt479 remoteInputManager.activateRemoteInput( in inflateReplyButton()