Home
last modified time | relevance | path

Searched refs:addAssetPathNative (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java278 return addAssetPathNative(path); in addAssetPath()
282 final protected int addAssetPathNative(String path) { in addAssetPathNative() method in ShadowArscAssetManager
283 return addAssetPathNative(path, false); in addAssetPathNative()
287 protected int addAssetPathNative(String path, boolean appAsLib) { in addAssetPathNative() method in ShadowArscAssetManager
DShadowLegacyAssetManager.java622 final protected int addAssetPathNative(String path) { in addAssetPathNative() method in ShadowLegacyAssetManager
623 return addAssetPathNative(path, false); in addAssetPathNative()
627 protected int addAssetPathNative(String path, boolean appAsLib) { in addAssetPathNative() method in ShadowLegacyAssetManager