Home
last modified time | relevance | path

Searched defs:remoteInput (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/
DRemoteInputViewControllerImpl.java50 private android.app.RemoteInput remoteInput; field in RemoteInputViewControllerImpl
172 private final android.content.Intent prepareRemoteInput(android.app.RemoteInput remoteInput) { in prepareRemoteInput()
176 …vate final android.content.Intent prepareRemoteInputFromText(android.app.RemoteInput remoteInput) { in prepareRemoteInputFromText()
180 …te final android.content.Intent prepareRemoteInputFromData(android.app.RemoteInput remoteInput, ja… in prepareRemoteInputFromData()
/aosp_15_r20/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
H A DActionsPresets.java90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
/aosp_15_r20/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
H A DActionsPresets.java90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
DActionsPresets.java90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt59 var remoteInput: RemoteInput? in <lambda>() variable
129 override var remoteInput: RemoteInput? = null in onSendRemoteInput() variable in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl
212 val remoteInput = remoteInput ?: run { in onSendRemoteInput() constant
/aosp_15_r20/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
H A DBigPictureSocialIntentService.java122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
170 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
H A DMessagingIntentService.java131 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
H A DBigPictureSocialIntentService.java122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
173 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
H A DMessagingIntentService.java134 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
197 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
H A DBigPictureSocialIntentService.java122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
173 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
H A DMessagingIntentService.java133 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigPictureSocialIntentService.java123 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
174 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
DMessagingIntentService.java133 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
232 RemoteInput remoteInput = in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
H A DBigPictureSocialIntentService.java123 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
178 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
H A DMessagingIntentService.java132 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
192 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigPictureSocialIntentService.java124 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
179 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
DMessagingIntentService.java130 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
199 RemoteInput remoteInput = in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DMessagingIntentService.java124 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
193 RemoteInput remoteInput = in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
H A DMessagingIntentService.java120 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
186 RemoteInput remoteInput = in recreateBuilderWithMessagingStyle() local
/aosp_15_r20/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java76 RemoteInput remoteInput = new RemoteInput.Builder(KEY_REPLY) in sendDirectReplyNotification() local
100 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in onReceiveDirectReply() local
/aosp_15_r20/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
H A DStandaloneMainActivity.java380 RemoteInput remoteInput = in generateBigPictureStyleNotification() local
638 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
H A DMainActivity.java425 RemoteInput remoteInput = in generateBigPictureStyleNotification() local
743 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
DStandaloneMainActivity.java418 RemoteInput remoteInput = in generateBigPictureStyleNotification() local
689 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
H A DStandaloneMainActivity.java415 RemoteInput remoteInput = in generateBigPictureStyleNotification() local
674 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
DMainActivity.java428 RemoteInput remoteInput = in generateBigPictureStyleNotification() local
755 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local

12345678910>>...19