/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustmentTest.java | 130 .addRemoteInput(firstRemoteInput) in needReinflate_differentChoices() 134 .addRemoteInput(secondRemoteInput) in needReinflate_differentChoices() 158 .addRemoteInput(firstRemoteInput) in needReinflate_differentRemoteInputLabel() 162 .addRemoteInput(secondRemoteInput) in needReinflate_differentRemoteInputLabel() 185 .addRemoteInput(firstRemoteInput).build(); in needReinflate_negative() 188 .addRemoteInput(secondRemoteInput).build(); in needReinflate_negative()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationTest.java | 446 .addRemoteInput(new RemoteInput.Builder("a") in testActionsIgnoresRemoteInputs() 453 .addRemoteInput(new RemoteInput.Builder("a") in testActionsIgnoresRemoteInputs() 482 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput() 483 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput() 509 .addRemoteInput( in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput() 529 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() 530 .addRemoteInput(freeformRemoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() 535 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
|
H A D | NotificationManagerServiceTest.java | 841 inputIntent).addRemoteInput(remoteInput) in getMessageStyleNotifBuilder() 8148 inputIntent).addRemoteInput(remoteInput) in testImmutableDirectReplyContextualActionIntent() 8179 inputIntent).addRemoteInput(remoteInput) in testMutableDirectReplyContextualActionIntent()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/ |
H A D | MockMessageNotificationBuilder.java | 312 mPendingIntent)).addRemoteInput( in getNonMockReplyAction() 339 mPendingIntent)).addRemoteInput( in getNonMockMuteAction() 366 TITLE_MARK_AS_READ, mPendingIntent)).addRemoteInput( in getNonMockMarkAsReadAction()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
H A D | NotificationFragment.java | 322 .addRemoteInput(new RemoteInput.Builder("input").build()) in initCustomizableMessageButton() 391 .addRemoteInput(new RemoteInput.Builder("input").build()) in initMessagingStyleButtonForDiffPerson() 426 .addRemoteInput(new RemoteInput.Builder("input").build()) in initMessagingStyleButtonForSamePerson() 469 .addRemoteInput(new RemoteInput.Builder("input").build()) in initMessagingStyleButtonForLongMessageSamePerson() 523 .addRemoteInput(new RemoteInput.Builder("input").build()) in initMessagingStyleButtonWithMuteAction() 563 .addRemoteInput(new RemoteInput.Builder("input").build()) in initTestMessagesButton()
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | NotificationUtils.java | 84 .addRemoteInput(remoteInput) in sendDirectReplyNotification()
|
/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/ |
H A D | ConversationPayloadHandler.java | 108 builder.addRemoteInput(toCompat(conversationAction.getRemoteInput())); in getNotificationAction()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationClickHandlerFactoryTest.java | 257 .addRemoteInput(mRemoteInput) in onClickActionClickHandler_notCarCompatibleMessage_sendsPendingIntent() 282 .addRemoteInput(mRemoteInput) in onClickActionClickHandler_notCarCompatibleMessage_invokesRegisteredListeners()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputController.java | 110 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput() method in RemoteInputController
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ |
H A D | MyBroadcastReceiver.java | 253 .addRemoteInput(remoteInput) in sendNotification()
|
/aosp12/frameworks/base/core/java/android/app/slice/ |
H A D | Slice.java | 480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput() method in Slice.Builder
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | InflatedSmartRepliesTest.java | 251 createActionBuilder("Reply").addRemoteInput( in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 602 mController.addRemoteInput(mEntry, mToken); in focus()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 914 actionBuilder.addRemoteInput(remoteInput); in addWearableVoiceReplyAction()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 1965 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() method in Notification.Action.Builder
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5822 …method @NonNull public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteIn… 8192 …method public android.app.slice.Slice.Builder addRemoteInput(android.app.RemoteInput, @Nullable St…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 4671 method public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteInput);
|