Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java185 protected TypedArray obtainTypedArray(int id) throws Resources.NotFoundException { in obtainTypedArray() method in ShadowResources
195 return directlyOn(realResources, Resources.class).obtainTypedArray(id); in obtainTypedArray()