Searched refs:xmlBlock (Results 1 – 2 of 2) sorted by relevance
524 XmlBlock(@Nullable AssetManager assets, long xmlBlock) { in XmlBlock() argument526 mNative = xmlBlock; in XmlBlock()527 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
1099 final long xmlBlock = nativeOpenXmlAsset(mObject, cookie, fileName); in openXmlBlockAsset() local1100 if (xmlBlock == 0) { in openXmlBlockAsset()1103 final XmlBlock block = new XmlBlock(this, xmlBlock); in openXmlBlockAsset()