Searched defs:apk_assets (Results 1 – 4 of 4) sorted by relevance
219 CppApkAssets apk_assets; in nativeLoad() local281 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeGetAssetPath() local288 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeGetStringBlock() local295 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeIsUpToDate() local308 CppApkAssets apk_assets = in nativeOpenXml() local
536 List<CppApkAssets> apk_assets = new ArrayList<>(); in nativeSetApkAssets() local954 CppApkAssets apk_assets = assetmanager.GetApkAssets().get(cookie.intValue()); in nativeGetResourceStringArray() local
532 List<CppApkAssets> apk_assets = new ArrayList<>(); in nativeSetApkAssets() local950 CppApkAssets apk_assets = assetmanager.GetApkAssets().get(cookie.intValue()); in nativeGetResourceStringArray() local
273 public boolean SetApkAssets(final List<CppApkAssets> apk_assets, boolean invalidate_caches) { in SetApkAssets()