Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
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()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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()
DNotificationManagerServiceTest.java855 inputIntent).addRemoteInput(remoteInput) in getMessageStyleNotifBuilder()
8002 inputIntent).addRemoteInput(remoteInput) in testImmutableDirectReplyContextualActionIntent()
8033 inputIntent).addRemoteInput(remoteInput) in testMutableDirectReplyContextualActionIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java111 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput() method in RemoteInputController
/frameworks/base/core/java/android/app/slice/
DSlice.java480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput() method in Slice.Builder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java251 createActionBuilder("Reply").addRemoteInput( in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java603 mController.addRemoteInput(mEntry, mToken); in focus()
/frameworks/base/core/java/android/app/
DNotification.java1957 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() method in Notification.Action.Builder
/frameworks/base/core/api/
Dcurrent.txt5817 …method @NonNull public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteIn…
8185 …method public android.app.slice.Slice.Builder addRemoteInput(android.app.RemoteInput, @Nullable St…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4671 method public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteInput);