Searched refs:xmlBlock (Results 1 – 2 of 2) sorted by relevance
500 XmlBlock(@Nullable AssetManager assets, long xmlBlock) { in XmlBlock() argument502 mNative = xmlBlock; in XmlBlock()503 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
1092 final long xmlBlock = nativeOpenXmlAsset(mObject, cookie, fileName); in openXmlBlockAsset() local1093 if (xmlBlock == 0) { in openXmlBlockAsset()1096 final XmlBlock block = new XmlBlock(this, xmlBlock); in openXmlBlockAsset()