Searched refs:newLibAssets (Results 1 – 2 of 2) sorted by relevance
217 String[] newLibAssets = appInfo.sharedLibraryFiles; in addWebViewAssetPath() local219 newLibAssets = ArrayUtils.appendElement(String.class, newLibAssets, newAssetPath); in addWebViewAssetPath()222 if (newLibAssets != appInfo.sharedLibraryFiles) { in addWebViewAssetPath()228 appInfo.sharedLibraryFiles = newLibAssets; in addWebViewAssetPath()
1124 String[] newLibAssets = key.mLibDirs; in appendLibAssetsForMainAssetPath() local1126 newLibAssets = in appendLibAssetsForMainAssetPath()1127 ArrayUtils.appendElement(String.class, newLibAssets, libAsset); in appendLibAssetsForMainAssetPath()1130 if (newLibAssets != key.mLibDirs) { in appendLibAssetsForMainAssetPath()1135 newLibAssets, in appendLibAssetsForMainAssetPath()