Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java97 private static CppAssetManager2 systemCppAssetManager2; field in ShadowArscAssetManager10
211 if (systemCppAssetManager2 == null) { in createSystemAssetsInZygoteLocked()
504 if (systemCppAssetManager2 == null) { in nativeCreate()
505 systemCppAssetManager2 = new CppAssetManager2(); in nativeCreate()
507 Registries.NATIVE_ASSET_MANAGER_REGISTRY.register(systemCppAssetManager2); in nativeCreate()
DShadowArscAssetManager9.java91 private static CppAssetManager2 systemCppAssetManager2; field in ShadowArscAssetManager9
205 if (systemCppAssetManager2 == null) { in createSystemAssetsInZygoteLocked()
500 if (systemCppAssetManager2 == null) { in nativeCreate()
501 systemCppAssetManager2 = new CppAssetManager2(); in nativeCreate()
503 Registries.NATIVE_ASSET_MANAGER_REGISTRY.register(systemCppAssetManager2); in nativeCreate()