Loading core/java/android/net/Proxy.java +2 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ final public class Proxy { * name it returns the default host. A null value means that no * host is to be used. * WIFI addition by Revoked test * @hide */ static final public String getWifiHost(Context ctx) { ContentResolver contentResolver = ctx.getContentResolver(); Loading @@ -130,6 +131,7 @@ final public class Proxy { * @param ctx A Context used to get the settings for the proxy port. * @return The port number to use or -1 if no proxy is to be used. * WIFI addition by Revoked test * @hide */ static final public int getWifiPort(Context ctx) { ContentResolver contentResolver = ctx.getContentResolver(); Loading core/java/android/provider/Settings.java +1 −0 Original line number Diff line number Diff line Loading @@ -2861,6 +2861,7 @@ public final class Settings { public static final String HTTP_PROXY_WIFI_ON = "http_proxy_wifi_on"; /** * Initialise necessary variables for wifi proxy support. * @hide */ public static final String HTTP_PROXY_WIFI = "http_proxy_wifi"; Loading Loading
core/java/android/net/Proxy.java +2 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ final public class Proxy { * name it returns the default host. A null value means that no * host is to be used. * WIFI addition by Revoked test * @hide */ static final public String getWifiHost(Context ctx) { ContentResolver contentResolver = ctx.getContentResolver(); Loading @@ -130,6 +131,7 @@ final public class Proxy { * @param ctx A Context used to get the settings for the proxy port. * @return The port number to use or -1 if no proxy is to be used. * WIFI addition by Revoked test * @hide */ static final public int getWifiPort(Context ctx) { ContentResolver contentResolver = ctx.getContentResolver(); Loading
core/java/android/provider/Settings.java +1 −0 Original line number Diff line number Diff line Loading @@ -2861,6 +2861,7 @@ public final class Settings { public static final String HTTP_PROXY_WIFI_ON = "http_proxy_wifi_on"; /** * Initialise necessary variables for wifi proxy support. * @hide */ public static final String HTTP_PROXY_WIFI = "http_proxy_wifi"; Loading