Searched refs:remoteInput (Results 1 – 5 of 5) sorted by relevance
74 RemoteInput remoteInput = new RemoteInput.Builder(NotificationsService.USER_TEXT_RESPONSE_KEY) in buildTextInputAction() local78 …pat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemoteInput(remoteInput).build(); in buildTextInputAction()
479 val remoteInput = RemoteInput.getResultsFromIntent(intent) in <lambda>() constant480 if (remoteInput != null) { in <lambda>()481 … exponentNotification.inputText = remoteInput.getString(NotificationActionCenter.KEY_TEXT_REPLY) in <lambda>()