Searched refs:readAsset (Results 1 – 1 of 1) sorted by relevance
580 return readAsset(mAsset, b, 0, b.length); in read()583 return readAsset(mAsset, b, off, len); in read()712 private native final int readAsset(long asset, byte[] b, int off, int len); in readAsset() method in AssetManager