Searched refs:systemCppAssetManager (Results 1 – 1 of 1) sorted by relevance
1263 private static CppAssetManager systemCppAssetManager; field in ShadowArscAssetManager1276 if (systemCppAssetManager == null) { in init()1277 systemCppAssetManager = new CppAssetManager(); in init()1278 systemCppAssetManager.addDefaultAssets(androidFrameworkJarPath); in init()1281 this.cppAssetManager = systemCppAssetManager; in init()