Home
last modified time | relevance | path

Searched defs: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
/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
/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
/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
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt479 val remoteInput = RemoteInput.getResultsFromIntent(intent) in <lambda>() constant