Home
last modified time | relevance | path

Searched refs:propName (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DProjectState.java193 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); in ProjectState() local
194 String rootPath = mProperties.getProperty(propName); in ProjectState()
312 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); in reloadProperties() local
313 String rootPath = mProperties.getProperty(propName); in reloadProperties()
627 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); in replaceLibraryProperty() local
628 String rootPath = mProperties.getProperty(propName); in replaceLibraryProperty()
638 workingCopy.setProperty(propName, newValue); in replaceLibraryProperty()