Home
last modified time | relevance | path

Searched refs:addAssetPath (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAssetManager.java62 … compileTimeCppAssetManager.addAssetPath(new String8(assetPath.file.getPath()), null, false); in getCompileTimeResTable()
DShadowArscAssetManager.java277 public int addAssetPath(String path) { in addAssetPath() method in ShadowArscAssetManager
297 boolean res = am.addAssetPath(new String8(path), cookie, appAsLib); in addAssetPathNative()
DShadowLegacyAssetManager.java616 public int addAssetPath(String path) { in addAssetPath() method in ShadowLegacyAssetManager
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java220 public boolean addAssetPath(String8 path, Ref<Integer> cookie, boolean appAsLib) { in addAssetPath() method in CppAssetManager
221 return addAssetPath(path, cookie, appAsLib, false); in addAssetPath()
224 public boolean addAssetPath( in addAssetPath() method in CppAssetManager
392 return addAssetPath(path, null, false /* appAsLib */, true /* isSystemAsset */); in addDefaultAssets()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java275 assetManager.addAssetPath(manifest.getAssetsDirectory().getPath()); in populateAssetPaths()