Home
last modified time | relevance | path

Searched refs:addRemoteInput (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java130 .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 DNotificationTest.java446 .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 DNotificationManagerServiceTest.java841 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 DMockMessageNotificationBuilder.java312 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 DNotificationFragment.java322 .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 DNotificationUtils.java84 .addRemoteInput(remoteInput) in sendDirectReplyNotification()
/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/
H A DConversationPayloadHandler.java108 builder.addRemoteInput(toCompat(conversationAction.getRemoteInput())); in getNotificationAction()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationClickHandlerFactoryTest.java257 .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 DRemoteInputController.java110 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 DMyBroadcastReceiver.java253 .addRemoteInput(remoteInput) in sendNotification()
/aosp12/frameworks/base/core/java/android/app/slice/
H A DSlice.java480 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 DInflatedSmartRepliesTest.java251 createActionBuilder("Reply").addRemoteInput( in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java602 mController.addRemoteInput(mEntry, mToken); in focus()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java914 actionBuilder.addRemoteInput(remoteInput); in addWearableVoiceReplyAction()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java1965 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() method in Notification.Action.Builder
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5822 …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 Dandroid-22.txt4671 method public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteInput);