Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java74 RemoteInput remoteInput = new RemoteInput.Builder(NotificationsService.USER_TEXT_RESPONSE_KEY) in buildTextInputAction() local
78 …pat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemoteInput(remoteInput).build(); in buildTextInputAction()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java74 RemoteInput remoteInput = new RemoteInput.Builder(NotificationsService.USER_TEXT_RESPONSE_KEY) in buildTextInputAction() local
78 …pat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemoteInput(remoteInput).build(); in buildTextInputAction()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java74 RemoteInput remoteInput = new RemoteInput.Builder(NotificationsService.USER_TEXT_RESPONSE_KEY) in buildTextInputAction() local
78 …pat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemoteInput(remoteInput).build(); in buildTextInputAction()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java74 RemoteInput remoteInput = new RemoteInput.Builder(NotificationsService.USER_TEXT_RESPONSE_KEY) in buildTextInputAction() local
78 …pat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemoteInput(remoteInput).build(); in buildTextInputAction()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt479 val remoteInput = RemoteInput.getResultsFromIntent(intent) in <lambda>() constant
480 if (remoteInput != null) { in <lambda>()
481 … exponentNotification.inputText = remoteInput.getString(NotificationActionCenter.KEY_TEXT_REPLY) in <lambda>()