/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewControllerImpl.java | 50 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 D | ActionsPresets.java | 90 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 D | ActionsPresets.java | 90 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/ |
D | ActionsPresets.java | 90 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 D | RemoteInputViewController.kt | 59 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 D | BigPictureSocialIntentService.java | 122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local 170 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
|
H A D | MessagingIntentService.java | 131 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 D | BigPictureSocialIntentService.java | 122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local 173 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
|
H A D | MessagingIntentService.java | 134 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 D | BigPictureSocialIntentService.java | 122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local 173 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
|
H A D | MessagingIntentService.java | 133 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/ |
D | BigPictureSocialIntentService.java | 123 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local 174 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
|
D | MessagingIntentService.java | 133 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 D | BigPictureSocialIntentService.java | 123 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local 178 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
|
H A D | MessagingIntentService.java | 132 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/ |
D | BigPictureSocialIntentService.java | 124 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local 179 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
|
D | MessagingIntentService.java | 130 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/ |
D | MessagingIntentService.java | 124 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 D | MessagingIntentService.java | 120 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/ |
D | NotificationUtils.java | 76 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 D | StandaloneMainActivity.java | 380 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 D | MainActivity.java | 425 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/ |
D | StandaloneMainActivity.java | 418 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 D | StandaloneMainActivity.java | 415 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/ |
D | MainActivity.java | 428 RemoteInput remoteInput = in generateBigPictureStyleNotification() local 755 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local
|