Searched refs:setCountStr (Results 1 – 1 of 1) sorted by relevance
110 String setCountStr = parser.getAttributeValue(null, ATTR_SET); in PreferredComponent() local111 int setCount = setCountStr != null ? Integer.parseInt(setCountStr) : 0; in PreferredComponent()