Searched refs:mProductVars (Results 1 – 2 of 2) sorted by relevance
47 protected final TreeMap<String, VarType> mProductVars = new TreeMap(); field in ConfigBase66 mProductVars.put(name, type); in addProductVar()70 return mProductVars; in getProductVars()74 final VarType t = mProductVars.get(name); in getVarType()83 return mProductVars.get(name) != null; in isProductVar()
128 for (Map.Entry<String,VarType> entry: mProductVars.entrySet()) { in printToStream()136 for (Map.Entry<String,VarType> entry: mProductVars.entrySet()) { in printToStream()