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