HomeSort by relevance Sort by last modified time
    Searched defs:getChoices (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/support/compat/java/android/support/v4/app/
RemoteInputCompatBase.java 56 protected abstract CharSequence[] getChoices();
RemoteInput.java 87 public CharSequence[] getChoices() {
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())
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 73 public static ArrayList<ChoiceListItem> getChoices(Context context, int mode) {
99 final ArrayList<ChoiceListItem> choices = getChoices(context, mode);
  /frameworks/base/core/java/android/app/
RemoteInput.java 117 public CharSequence[] getChoices() {
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.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java 82 ArrayList<SelectFromListWizardFragment.ListItem> getChoices(Context context,
191 formPageInfo.getChoices(mContext, extraChoices), lastPage == null ? null
WifiFormPageType.java 193 public ArrayList<SelectFromListWizardFragment.ListItem> getChoices(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
FormPage.java 212 public List<String> getChoices() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 667 } else if (p.getChoices() != null) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 161 milliseconds

1 2