Searched refs:readAsset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DAssetManager.java573 return readAsset(mAsset, b, 0, b.length);
576 return readAsset(mAsset, b, off, len);
679 private native final int readAsset(int asset, byte[] b, int off, int len); method in class:AssetManager

Completed in 45 milliseconds