Home
last modified time | relevance | path

Searched refs:setChoices (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java244 return new RemoteInput.Builder(resultKey).setLabel(label).setChoices(choices).build(); in createRemoteInput()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java447 .setChoices(new CharSequence[] {"i", "m"}) in testActionsIgnoresRemoteInputs()
454 .setChoices(new CharSequence[] {"t", "m"}) in testActionsIgnoresRemoteInputs()
/aosp12/frameworks/base/core/java/android/app/
H A DRemoteInput.java261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices() method in RemoteInput.Builder
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java912 setChoices(choices) in addWearableVoiceReplyAction()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java491 RemoteInput input = new RemoteInput.Builder(TEST_RESULT_KEY).setChoices(choices).build(); in createSmartReplies()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4950 method public android.app.RemoteInput.Builder setChoices(java.lang.CharSequence[]);
47138 method public void setChoices(double[], java.lang.String[]);
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6534 method @NonNull public android.app.RemoteInput.Builder setChoices(@Nullable CharSequence[]);