Searched refs:mAttributeValues (Results 1 – 1 of 1) sorted by relevance
78 private Hashtable<String, String[]> mAttributeValues = new Hashtable<String, String[]>(); field in AndroidTargetData270 return mAttributeValues.get(key); in getAttributeValues()292 String[] values = mAttributeValues.get(key); in getAttributeValues()408 mAttributeValues.remove(name); in setValues()409 mAttributeValues.put(name, values); in setValues()