Searched refs:getAssets (Results 1 – 9 of 9) sorted by relevance
26 assetManager = new Activity().getAssets(); in setUp()33 assetManager = Robolectric.application.getAssets(); in assertGetAssetsNotNull()36 assetManager = Robolectric.application.getResources().getAssets(); in assertGetAssetsNotNull()
24 AssetManager am = ctx.getAssets(); in assetContainedInApk()
149 public AssetManager getAssets() { in getAssets() method in ShadowContextWrapper150 return getResources().getAssets(); in getAssets()
204 public AssetManager getAssets() { in getAssets() method in ShadowResources
29 AssetManager manager = context.getAssets(); in openAsset()
132 AssetManager assets = context.getAssets(); in openAsset()
77 InputStream in = context.getAssets().open(asset); in loadAssetData()
52 mContext.getAssets().open("asset_icon.png")); in getPoster()
104 AssetManager manager = mContext.getResources().getAssets(); in doInBackground()