Searched refs:xmlBlock (Results 1 – 2 of 2) sorted by relevance
645 XmlBlock(@Nullable AssetManager assets, long xmlBlock) { in XmlBlock() argument647 mNative = xmlBlock; in XmlBlock()648 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
1203 final long xmlBlock = nativeOpenXmlAsset(mObject, cookie, fileName); in openXmlBlockAsset() local1204 if (xmlBlock == 0) { in openXmlBlockAsset()1207 final XmlBlock block = new XmlBlock(this, xmlBlock); in openXmlBlockAsset()