Searched refs:newLibAssets (Results 1 – 2 of 2) sorted by relevance
185 String[] newLibAssets = appInfo.sharedLibraryFiles; in addWebViewAssetPath() local187 newLibAssets = ArrayUtils.appendElement(String.class, newLibAssets, newAssetPath); in addWebViewAssetPath()190 if (newLibAssets != appInfo.sharedLibraryFiles) { in addWebViewAssetPath()196 appInfo.sharedLibraryFiles = newLibAssets; in addWebViewAssetPath()
1436 String[] newLibAssets = key.mLibDirs; in appendLibAssetsForMainAssetPath() local1438 newLibAssets = in appendLibAssetsForMainAssetPath()1439 ArrayUtils.appendElement(String.class, newLibAssets, libAsset); in appendLibAssetsForMainAssetPath()1442 if (!Arrays.equals(newLibAssets, key.mLibDirs)) { in appendLibAssetsForMainAssetPath()1447 newLibAssets, in appendLibAssetsForMainAssetPath()