Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java500 XmlBlock(@Nullable AssetManager assets, long xmlBlock) { in XmlBlock() argument
502 mNative = xmlBlock; in XmlBlock()
503 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
DAssetManager.java1092 final long xmlBlock = nativeOpenXmlAsset(mObject, cookie, fileName); in openXmlBlockAsset() local
1093 if (xmlBlock == 0) { in openXmlBlockAsset()
1096 final XmlBlock block = new XmlBlock(this, xmlBlock); in openXmlBlockAsset()