Searched refs:openXmlBlockAsset (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DAssetManager.java923 try (XmlBlock block = openXmlBlockAsset(cookie, fileName)) {
925 // If openXmlBlockAsset doesn't throw, it will always return an XmlBlock object with
941 @NonNull XmlBlock openXmlBlockAsset(@NonNull String fileName) throws IOException { method in class:AssetManager
942 return openXmlBlockAsset(0, fileName);
953 @NonNull XmlBlock openXmlBlockAsset(int cookie, @NonNull String fileName) throws IOException { method in class:AssetManager
H A DResourcesImpl.java1176 final XmlBlock block = mAssets.openXmlBlockAsset(assetCookie, file);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 73 milliseconds