Searched refs:mAssets (Results 1 – 5 of 5) sorted by relevance
41 private AssetManager mAssets; field in AssetManagerTest46 mAssets = mContext.getAssets(); in setUp()55 InputStream inputStream = mAssets.open(fileName); in testAssetOperations()59 inputStream = mAssets.open(fileName, AssetManager.ACCESS_BUFFER); in testAssetOperations()63 AssetFileDescriptor assetFileDes = mAssets.openFd(fileName); in testAssetOperations()66 assetFileDes = mAssets.openNonAssetFd(value.string.toString()); in testAssetOperations()69 assetFileDes = mAssets.openNonAssetFd(value.assetCookie, value.string.toString()); in testAssetOperations()73 XmlResourceParser parser = mAssets.openXmlResourceParser("AndroidManifest.xml"); in testAssetOperations()76 parser = mAssets.openXmlResourceParser(0, "AndroidManifest.xml"); in testAssetOperations()80 String[] files = mAssets.list(""); in testAssetOperations()[all …]
36 private AssetManager mAssets; field in RecoverySystemTest42 mAssets = mContext.getAssets(); in setUp()48 InputStream is = mAssets.open(name); in getAsset()
140 mAssets = assets; in MediaAssets()148 return mAssets; in getAssets()152 private final MediaAsset[] mAssets; field in ImageReaderDecoderTest.MediaAssets207 final private ArrayList<MediaAsset> mAssets; field in ImageReaderDecoderTest.Decoder222 mAssets = new ArrayList<MediaAsset>(); in Decoder()227 mAssets.add(asset); in Decoder()234 for (MediaAsset asset: mAssets) { in videoDecode()
139 private AssetManager mAssets; field in CtsTestServer201 mAssets = mContext.getAssets(); in CtsTestServer()635 in = mAssets.open(path); in getResponse()
25566 private final android.content.res.AssetManager mAssets25631 final android.content.res.AssetManager mAssets26495 private final android.content.res.AssetManager mAssets