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

  /frameworks/base/core/java/android/content/
RestrictionEntry.java 103 private String[] currentValues;
135 this.currentValues = selectedStrings;
169 return currentValues;
204 currentValues = allSelectedStrings;
328 // Make sure that either currentValue matches or currentValues matches.
331 ((currentValues == null && other.currentValues == null
335 && currentValues != null && equalArrays(currentValues, other.currentValues)));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 593 String[] currentValues = current != null
609 if (currentValues != null) {
611 for (String value : currentValues) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 312 milliseconds