Searched refs:getChoices (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/app/
H A DRemoteInputCompatBase.java26 protected abstract CharSequence[] getChoices(); method in class:RemoteInputCompatBase.RemoteInput
/frameworks/support/v4/api20/android/support/v4/app/
H A DRemoteInputCompatApi20.java32 result[i] = factory.build(src.getResultKey(), src.getLabel(), src.getChoices(),
47 .setChoices(src.getChoices())
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DRemoteInputCompatJellybean.java50 data.putCharSequenceArray(KEY_CHOICES, remoteInput.getChoices());
/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.
/frameworks/support/v4/java/android/support/v4/app/
H A DRemoteInput.java70 public CharSequence[] getChoices() { method in class:RemoteInput
77 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
78 * if you set this to false and {@link #getChoices} returns {@code null} or empty.
/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatWearableExtenderTest.java237 assertCharSequencesEquals(real.getChoices(), compat.getChoices());
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java207 .setChoices(src.getChoices())
218 remoteInput.getChoices(),

Completed in 261 milliseconds