Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DSmartActionsHelper.java215 Pair<RemoteInput, Notification.Action> freeformRemoteInputAndAction = in suggestionsMightBeUsedInNotification() local
219 if (freeformRemoteInputAndAction != null) { in suggestionsMightBeUsedInNotification()
220 RemoteInput freeformRemoteInput = freeformRemoteInputAndAction.first; in suggestionsMightBeUsedInNotification()
221 Notification.Action actionWithFreeformRemoteInput = freeformRemoteInputAndAction.second; in suggestionsMightBeUsedInNotification()