Searched refs:freeformRemoteInputAndAction (Results 1 – 1 of 1) sorted by relevance
215 Pair<RemoteInput, Notification.Action> freeformRemoteInputAndAction = in suggestionsMightBeUsedInNotification() local219 if (freeformRemoteInputAndAction != null) { in suggestionsMightBeUsedInNotification()220 RemoteInput freeformRemoteInput = freeformRemoteInputAndAction.first; in suggestionsMightBeUsedInNotification()221 Notification.Action actionWithFreeformRemoteInput = freeformRemoteInputAndAction.second; in suggestionsMightBeUsedInNotification()