Searched defs:SetApkAssets (Results 1 – 2 of 2) sorted by relevance
113 bool AssetManager2::SetApkAssets(ApkAssetsList apk_assets, bool invalidate_caches) { in SetApkAssets() function in android::AssetManager2126 bool AssetManager2::SetApkAssets(std::initializer_list<ApkAssetsPtr> apk_assets, in SetApkAssets() function in android::AssetManager2
277 public boolean SetApkAssets(final List<CppApkAssets> apk_assets, boolean invalidate_caches) { in SetApkAssets() method in CppAssetManager2