Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java239 return new RemoteInput.Builder(resultKey).setLabel(label).setChoices(choices).build(); in createRemoteInput()
/frameworks/base/core/java/android/app/
DRemoteInput.java261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices() method in RemoteInput.Builder
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java1591 .setChoices(new CharSequence[] {"i", "m"}) in testActionsIgnoresRemoteInputs()
1598 .setChoices(new CharSequence[] {"t", "m"}) in testActionsIgnoresRemoteInputs()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java528 RemoteInput input = new RemoteInput.Builder(TEST_RESULT_KEY).setChoices(choices).build(); in createSmartReplies()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4950 method public android.app.RemoteInput.Builder setChoices(java.lang.CharSequence[]);
47138 method public void setChoices(double[], java.lang.String[]);
/frameworks/base/core/api/
Dcurrent.txt7336 method @NonNull public android.app.RemoteInput.Builder setChoices(@Nullable CharSequence[]);