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