Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DAssetManager.java1007 try (XmlBlock block = openXmlBlockAsset(cookie, fileName)) { in openXmlResourceParser()
1025 @NonNull XmlBlock openXmlBlockAsset(@NonNull String fileName) throws IOException { in openXmlBlockAsset() method in AssetManager
1026 return openXmlBlockAsset(0, fileName); in openXmlBlockAsset()
1037 @NonNull XmlBlock openXmlBlockAsset(int cookie, @NonNull String fileName) throws IOException { in openXmlBlockAsset() method in AssetManager
DResourcesImpl.java1233 final XmlBlock block = mAssets.openXmlBlockAsset(assetCookie, file); in loadXmlResourceParser()