Home
last modified time | relevance | path

Searched refs:getChoices (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/support/compat/tests/java/android/support/v4/app/
DRemoteInputTest.java55 assertTrue(input.getChoices() == null || input.getChoices().length == 0); in testRemoteInputBuilder_setDataOnly()
66 assertTrue(input.getChoices() == null || input.getChoices().length == 0); in testRemoteInputBuilder_setTextOnly()
76 assertTrue(input.getChoices() != null && input.getChoices().length > 0); in testRemoteInputBuilder_setChoicesOnly()
93 assertTrue(input.getChoices() != null && input.getChoices().length > 0); in testRemoteInputBuilder_setDataAndTextAndChoices()
/frameworks/support/compat/java/android/support/v4/app/
DRemoteInput.java87 public CharSequence[] getChoices() { in getChoices() method in RemoteInput
103 && (getChoices() == null || getChoices().length == 0) in isDataOnly()
/frameworks/support/compat/ics/android/support/v4/app/
DRemoteInputCompatBase.java32 protected abstract CharSequence[] getChoices(); in getChoices() method in RemoteInputCompatBase.RemoteInput
/frameworks/base/core/java/android/app/
DRemoteInput.java117 public CharSequence[] getChoices() { in getChoices() method in RemoteInput
137 && (getChoices() == null || getChoices().length == 0) in isDataOnly()
/frameworks/support/compat/api20/android/support/v4/app/
DRemoteInputCompatApi20.java44 result[i] = factory.build(src.getResultKey(), src.getLabel(), src.getChoices(), in toCompat()
59 .setChoices(src.getChoices()) in fromCompat()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java259 .setChoices(src.getChoices()) in fromCompatRemoteInput()
270 remoteInput.getChoices(), in toCompatRemoteInput()
/frameworks/support/compat/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java72 data.putCharSequenceArray(KEY_CHOICES, remoteInput.getChoices()); in toBundle()
/frameworks/support/api/
D22.0.0.txt2135 method public java.lang.CharSequence[] getChoices();
2160 method protected abstract java.lang.CharSequence[] getChoices();
D22.1.0.txt2277 method public java.lang.CharSequence[] getChoices();
2302 method protected abstract java.lang.CharSequence[] getChoices();
D22.2.0.txt2645 method public java.lang.CharSequence[] getChoices();
2670 method protected abstract java.lang.CharSequence[] getChoices();
D22.2.1.txt2674 method public java.lang.CharSequence[] getChoices();
2699 method protected abstract java.lang.CharSequence[] getChoices();
D25.1.0.txt4904 method public java.lang.CharSequence[] getChoices();
4929 method protected abstract java.lang.CharSequence[] getChoices();
D25.0.0.txt4522 method public java.lang.CharSequence[] getChoices();
4547 method protected abstract java.lang.CharSequence[] getChoices();
D23.0.0.txt3246 method public java.lang.CharSequence[] getChoices();
3271 method protected abstract java.lang.CharSequence[] getChoices();
D25.2.0.txt4904 method public java.lang.CharSequence[] getChoices();
4929 method protected abstract java.lang.CharSequence[] getChoices();
D24.2.0.txt4467 method public java.lang.CharSequence[] getChoices();
4492 method protected abstract java.lang.CharSequence[] getChoices();
D26.0.0-alpha1.txt5724 method public java.lang.CharSequence[] getChoices();
5753 method protected abstract java.lang.CharSequence[] getChoices();
D23.2.1.txt3829 method public java.lang.CharSequence[] getChoices();
3854 method protected abstract java.lang.CharSequence[] getChoices();
D25.3.0.txt5285 method public java.lang.CharSequence[] getChoices();
5310 method protected abstract java.lang.CharSequence[] getChoices();
D23.2.0.txt3829 method public java.lang.CharSequence[] getChoices();
3854 method protected abstract java.lang.CharSequence[] getChoices();
D23.1.1.txt3474 method public java.lang.CharSequence[] getChoices();
3499 method protected abstract java.lang.CharSequence[] getChoices();
D25.4.0.txt5336 method public java.lang.CharSequence[] getChoices();
5361 method protected abstract java.lang.CharSequence[] getChoices();
D23.4.0.txt3840 method public java.lang.CharSequence[] getChoices();
3865 method protected abstract java.lang.CharSequence[] getChoices();
D23.1.0.txt3518 method public java.lang.CharSequence[] getChoices();
3543 method protected abstract java.lang.CharSequence[] getChoices();
D24.0.0.txt4313 method public java.lang.CharSequence[] getChoices();
4338 method protected abstract java.lang.CharSequence[] getChoices();

12