HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentValues (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/
RestrictionEntry.java 130 private String[] mCurrentValues;
179 this.mCurrentValues = selectedStrings;
276 return mCurrentValues;
327 mCurrentValues = allSelectedStrings;
462 if (mCurrentValues == null && other.mCurrentValues == null
469 && Arrays.equals(mCurrentValues, other.mCurrentValues)) {
486 } else if (mCurrentValues != null) {
487 for (String value : mCurrentValues) {
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 336 private String[] mCurrentValues;
358 mCurrentValues = new String[mNumberOfProjections + 1];
419 mCurrentValues[0] = Integer.toString(getCount()); // _ID
422 mCurrentValues[i + 1] = "";
436 mCurrentValues[i + 1] =
453 addRow(mCurrentValues);
466 mCurrentValues[i + 1] += parser.getText();

Completed in 477 milliseconds