Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java5213 final ProxyInfo linkHttpProxy = nai.linkProperties.getHttpProxy(); in getLinkPropertiesProxyInfo() local
5214 return linkHttpProxy == null ? null : new ProxyInfo(linkHttpProxy); in getLinkPropertiesProxyInfo()