Searched refs:xmlBlock (Results 1 – 2 of 2) sorted by relevance
619 XmlBlock(@Nullable AssetManager assets, long xmlBlock) { in XmlBlock() argument621 mNative = xmlBlock; in XmlBlock()622 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
1126 final long xmlBlock = nativeOpenXmlAsset(mObject, cookie, fileName); in openXmlBlockAsset() local1127 if (xmlBlock == 0) { in openXmlBlockAsset()1130 final XmlBlock block = new XmlBlock(this, xmlBlock); in openXmlBlockAsset()