Home
last modified time | relevance | path

Searched refs:getAssetPaths (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAssetManager.java57 for (AssetPath assetPath : getAssetPaths()) { in getCompileTimeResTable()
71 abstract List<AssetPath> getAssetPaths(); in getAssetPaths() method in ShadowAssetManager.ArscBase
DShadowArscAssetManager.java1367 for (AssetPath assetPath : cppAssetManager.getAssetPaths()) { in getAllAssetDirs()
1378 List<AssetPath> getAssetPaths() { in getAssetPaths() method in ShadowArscAssetManager
1379 return assetManagerForJavaObject().getAssetPaths(); in getAssetPaths()
DShadowArscAssetManager10.java386 List<AssetPath> getAssetPaths() { in getAssetPaths() method in ShadowArscAssetManager10
387 return AssetManagerForJavaObject(realAssetManager).getAssetPaths(); in getAssetPaths()
DShadowArscAssetManager9.java382 List<AssetPath> getAssetPaths() { in getAssetPaths() method in ShadowArscAssetManager9
383 return AssetManagerForJavaObject(realAssetManager).getAssetPaths(); in getAssetPaths()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java1761 public List<AssetPath> getAssetPaths() { in getAssetPaths() method in CppAssetManager
DCppAssetManager2.java1671 public List<AssetPath> getAssetPaths() { in getAssetPaths() method in CppAssetManager2