Searched refs:setChoices (Results 1 – 7 of 7) sorted by relevance
239 return new RemoteInput.Builder(resultKey).setLabel(label).setChoices(choices).build(); in createRemoteInput()
261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices() method in RemoteInput.Builder
1591 .setChoices(new CharSequence[] {"i", "m"}) in testActionsIgnoresRemoteInputs()1598 .setChoices(new CharSequence[] {"t", "m"}) in testActionsIgnoresRemoteInputs()
528 RemoteInput input = new RemoteInput.Builder(TEST_RESULT_KEY).setChoices(choices).build(); in createSmartReplies()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4950 method public android.app.RemoteInput.Builder setChoices(java.lang.CharSequence[]);47138 method public void setChoices(double[], java.lang.String[]);
7336 method @NonNull public android.app.RemoteInput.Builder setChoices(@Nullable CharSequence[]);