Home
last modified time | relevance | path

Searched defs:assetCookie (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java85 String file, int id, int assetCookie, String type) throws Resources.NotFoundException { in loadXmlResourceParser()
238 XmlResourceParser loadXmlResourceParser(String file, int id, int assetCookie, String type); in loadXmlResourceParser()
DShadowArscAssetManager.java1094 int assetCookie = cookie; in openXmlAssetNative() local