Searched refs:mChunkContents (Results 1 – 1 of 1) sorted by relevance
576 private final ByteBuffer mChunkContents; field in AndroidBinXmlParser.StringPool635 mChunkContents = contents; in StringPool()657 long offsetInStringsSection = getUnsignedInt32(mChunkContents, idx * 4); in getString()757 private final ByteBuffer mChunkContents; field in AndroidBinXmlParser.ResourceMap766 mChunkContents = chunk.getContents().slice(); in ResourceMap()767 mChunkContents.order(chunk.getContents().order()); in ResourceMap()769 mEntryCount = mChunkContents.remaining() / 4; in ResourceMap()782 return mChunkContents.getInt(idx * 4); in getResourceId()