Searched defs:getChoices (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DRemoteInput.java93 /** The user selected one of the choices from {@link #getChoices}. */
137 public CharSequence[] getChoices() { method in class:RemoteInput
152 * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes is
157 && (getChoices() == null || getChoices().length == 0)
164 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
165 * if you set this to false and {@link #getChoices} returns {@code null} or empty.
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DRemoteInput.java85 public CharSequence[] getChoices() { method in class:RemoteInput
95 * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes is
100 && (getChoices() == null || getChoices().length == 0)
108 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
109 * if you set this to false and {@link #getChoices} returns {@code null} or empty.
428 .setChoices(src.getChoices())

Completed in 62 milliseconds