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

/frameworks/support/compat/gingerbread/android/support/v4/app/
H A DRemoteInputCompatBase.java26 protected abstract CharSequence[] getChoices(); method in class:RemoteInputCompatBase.RemoteInput
/frameworks/support/compat/java/android/support/v4/app/
H A DRemoteInput.java76 public CharSequence[] getChoices() { method in class:RemoteInput
83 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
84 * if you set this to false and {@link #getChoices} returns {@code null} or empty.
/frameworks/base/core/java/android/app/
H A DRemoteInput.java106 public CharSequence[] getChoices() { method in class:RemoteInput
113 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
114 * if you set this to false and {@link #getChoices} returns {@code null} or empty.

Completed in 85 milliseconds