Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewDelegate.java191 final int newLibAssetsCount = 1 + (libs != null ? libs.length : 0); in addWebViewAssetPath() local
192 final String[] newLibAssets = new String[newLibAssetsCount]; in addWebViewAssetPath()
196 newLibAssets[newLibAssetsCount - 1] = newAssetPath; in addWebViewAssetPath()