HomeSort by relevance Sort by last modified time
    Searched defs:choices (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/java/sql/
DriverPropertyInfo.java 30 * contained here. Otherwise choices is {@code null}.
32 public String[] choices; field in class:DriverPropertyInfo
69 this.choices = null;
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 103 assertTrue(Arrays.equals(testChoices, aDriverPropertyInfo.choices));
109 aDriverPropertyInfo.choices = updateChoices;
115 assertTrue(Arrays.equals(updateChoices, aDriverPropertyInfo.choices));
132 String[] choices = info[0].choices; local
133 assertNull(choices);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 131 Object[] choices = null; /* An array of ElementDescriptor, or AttributeDescriptor local
159 choices = getChoicesForElement(parent, currentNode);
168 choices = getChoicesForAttribute(parent, currentNode, currentUiNode, info);
179 choices = getChoicesForTextNode(currentNode);
182 // Abort if we can't recognize the context or there are no completion choices
183 if (choices == null || choices.length == 0) return null;
204 return computeProposals(offset, currentNode, choices, wordPrefix, needTag,
258 * Gets the choices when the user is editing the name of an XML element.
265 * can be found under <manifest>, of which <application> is one of the choices
310 Object[] choices = null; local
401 Object[] choices = null; local
    [all...]
  /development/simulator/app/
MainFrame.cpp 1123 wxString* choices = NULL; local
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv2022.c 1616 int8_t choices[10]; local
2868 int8_t choices[3]; local
    [all...]
  /external/icu4c/common/
ucnv2022.c 1638 int8_t choices[10]; local
2890 int8_t choices[3]; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 498 String[] choices; local
500 choices = new String[1];
501 choices[0] = getString(R.string.use_photo_as_primary);
503 choices = new String[3];
504 choices[0] = getString(R.string.use_photo_as_primary);
505 choices[1] = getString(R.string.removePicture);
506 choices[2] = getString(R.string.changePicture);
509 android.R.layout.simple_list_item_1, choices);
1054 String[] choices; local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 762 milliseconds