Searched defs:GLOBAL_HTTP_PROXY_PORT (Results 1 – 2 of 2) sorted by relevance
203 public static final String GLOBAL_HTTP_PROXY_PORT = "global_http_proxy_port"; field in ConnectivitySettingsManager704 Settings.Global.putInt(context.getContentResolver(), GLOBAL_HTTP_PROXY_PORT, port); in setGlobalProxy() local715 context.getContentResolver(), GLOBAL_HTTP_PROXY_PORT, 0 /* value */); in setGlobalProxy() local730 context.getContentResolver(), GLOBAL_HTTP_PROXY_PORT, 0 /* value */); in clearGlobalProxy() local
12826 public static final String GLOBAL_HTTP_PROXY_PORT = "global_http_proxy_port"; field in Settings.Global