Searched refs:openXmlBlockAsset (Results 1 – 2 of 2) sorted by relevance
1007 try (XmlBlock block = openXmlBlockAsset(cookie, fileName)) { in openXmlResourceParser()1025 @NonNull XmlBlock openXmlBlockAsset(@NonNull String fileName) throws IOException { in openXmlBlockAsset() method in AssetManager1026 return openXmlBlockAsset(0, fileName); in openXmlBlockAsset()1037 @NonNull XmlBlock openXmlBlockAsset(int cookie, @NonNull String fileName) throws IOException { in openXmlBlockAsset() method in AssetManager
1233 final XmlBlock block = mAssets.openXmlBlockAsset(assetCookie, file); in loadXmlResourceParser()