Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DJWebCoreJavaBridge.java300 nativeUpdateProxy("", ""); in updateProxy()
309 nativeUpdateProxy(host, proxyProperties.getExclusionList()); in updateProxy()
322 public native void nativeUpdateProxy(String newProxy, String exclusionList); in nativeUpdateProxy() method in JWebCoreJavaBridge