Searched refs:typedRes (Results 1 – 1 of 1) sorted by relevance
49 TypedResource<?> typedRes = resourceTable.getValue(resName, new ResTable_config()); in init() local51 if (typedRes == null) { in init()54 switch (typedRes.getResType()) { in init()56 valueMap.put(entry.getKey(), parseValue(typedRes.getData().toString())); in init()59 valueMap.put(entry.getKey(),typedRes.getData()); in init()