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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 190 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
275 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
570 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 284 if (key.startsWith(ProjectProperties.PROPERTY_LIB_REF)) {
292 mPropertiesWorkingCopy.setProperty(ProjectProperties.PROPERTY_LIB_REF + index++,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 62 public final static String PROPERTY_LIB_REF = "android.library.reference.";
ProjectCreator.java 557 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index);
566 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index);
    [all...]
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 635 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);

Completed in 1093 milliseconds