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