Searched refs:aListOfWorkingProperty (Results 1 – 1 of 1) sorted by relevance
102 ArrayList<Property> aListOfWorkingProperty; field in PathSettingsTest137 aListOfWorkingProperty = new ArrayList<Property>(); in before()149 aListOfWorkingProperty.add(xPropertyInfoOfPathSettings[i]); in before()289 for (int i = 0; i < aListOfWorkingProperty.size(); i++) in showPathSettings()291 final String sName = aListOfWorkingProperty.get(i).Name; in showPathSettings()425 for (int i = 0; i < aListOfWorkingProperty.size(); i++) in checkXFastPropertySet()427 … final Property property = aListOfWorkingProperty.get(i); // xPropertyInfoOfPathSettings[i]; in checkXFastPropertySet()
Completed in 10 milliseconds