Home
last modified time | relevance | path

Searched refs:typedRes (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DMetaData.java49 TypedResource<?> typedRes = resourceTable.getValue(resName, new ResTable_config()); in init() local
51 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()