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.java1124 String[] newLibAssets = key.mLibDirs; in appendLibAssetsForMainAssetPath() local
1126 newLibAssets = in appendLibAssetsForMainAssetPath()
1127 ArrayUtils.appendElement(String.class, newLibAssets, libAsset); in appendLibAssetsForMainAssetPath()
1130 if (newLibAssets != key.mLibDirs) { in appendLibAssetsForMainAssetPath()
1135 newLibAssets, in appendLibAssetsForMainAssetPath()