Loading core/java/android/net/PacProxyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ public class PacProxyManager { } /** * Updates the PAC Proxy Installer with current Proxy information. * Updates the PAC Proxy Service with current Proxy information. */ @RequiresPermission(anyOf = { android.Manifest.permission.NETWORK_STACK, Loading services/core/java/com/android/server/connectivity/PacProxyService.java +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ public class PacProxyService extends IPacProxyManager.Stub { } /** * Updates the PAC Proxy Installer with current Proxy information. This is called by * Updates the PAC Proxy Service with current Proxy information. This is called by * the ProxyTracker through PacProxyManager before a broadcast takes place to allow * the PacProxyService to indicate that the broadcast should not be sent and the * PacProxyService will trigger a new broadcast when it is ready. Loading Loading
core/java/android/net/PacProxyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ public class PacProxyManager { } /** * Updates the PAC Proxy Installer with current Proxy information. * Updates the PAC Proxy Service with current Proxy information. */ @RequiresPermission(anyOf = { android.Manifest.permission.NETWORK_STACK, Loading
services/core/java/com/android/server/connectivity/PacProxyService.java +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ public class PacProxyService extends IPacProxyManager.Stub { } /** * Updates the PAC Proxy Installer with current Proxy information. This is called by * Updates the PAC Proxy Service with current Proxy information. This is called by * the ProxyTracker through PacProxyManager before a broadcast takes place to allow * the PacProxyService to indicate that the broadcast should not be sent and the * PacProxyService will trigger a new broadcast when it is ready. Loading