Searched refs:propName (Results 1 – 1 of 1) sorted by relevance
193 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); in ProjectState() local194 String rootPath = mProperties.getProperty(propName); in ProjectState()312 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); in reloadProperties() local313 String rootPath = mProperties.getProperty(propName); in reloadProperties()627 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); in replaceLibraryProperty() local628 String rootPath = mProperties.getProperty(propName); in replaceLibraryProperty()638 workingCopy.setProperty(propName, newValue); in replaceLibraryProperty()