Searched refs:xmlBlock (Results 1 – 2 of 2) sorted by relevance
479 XmlBlock(AssetManager assets, long xmlBlock) { in XmlBlock() argument481 mNative = xmlBlock; in XmlBlock()482 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
485 long xmlBlock = openXmlAssetNative(cookie, fileName); in openXmlBlockAsset() local486 if (xmlBlock != 0) { in openXmlBlockAsset()487 XmlBlock res = new XmlBlock(this, xmlBlock); in openXmlBlockAsset()