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

/frameworks/support/compat/java/android/support/v4/app/
H A DRemoteInputCompatBase.java56 protected abstract CharSequence[] getChoices(); method in class:RemoteInputCompatBase.RemoteInput
H A DRemoteInput.java87 public CharSequence[] getChoices() { method in class:RemoteInput
98 * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes is
103 && (getChoices() == null || getChoices().length == 0)
111 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
112 * if you set this to false and {@link #getChoices} returns {@code null} or empty.
433 .setChoices(src.getChoices())
/frameworks/base/core/java/android/app/
H A DRemoteInput.java117 public CharSequence[] getChoices() { method in class:RemoteInput
132 * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes is
137 && (getChoices() == null || getChoices().length == 0)
144 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
145 * if you set this to false and {@link #getChoices} returns {@code null} or empty.

Completed in 27 milliseconds