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()
1177 String[] newLibAssets = key.mLibDirs; in appendLibAssetsForMainAssetPath() local1179 newLibAssets = in appendLibAssetsForMainAssetPath()1180 ArrayUtils.appendElement(String.class, newLibAssets, libAsset); in appendLibAssetsForMainAssetPath()1183 if (!Arrays.equals(newLibAssets, key.mLibDirs)) { in appendLibAssetsForMainAssetPath()1188 newLibAssets, in appendLibAssetsForMainAssetPath()