Home
last modified time | relevance | path

Searched refs:newLibAssets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebViewDelegate.java217 String[] newLibAssets = appInfo.sharedLibraryFiles; in addWebViewAssetPath() local
219 newLibAssets = ArrayUtils.appendElement(String.class, newLibAssets, newAssetPath); in addWebViewAssetPath()
222 if (newLibAssets != appInfo.sharedLibraryFiles) { in addWebViewAssetPath()
228 appInfo.sharedLibraryFiles = newLibAssets; in addWebViewAssetPath()
/frameworks/base/core/java/android/app/
DResourcesManager.java1177 String[] newLibAssets = key.mLibDirs; in appendLibAssetsForMainAssetPath() local
1179 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()