Searched refs:GLOBAL_HTTP_PROXY_PORT (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/framework/src/android/net/ |
D | ConnectivitySettingsManager.java | 203 public static final String GLOBAL_HTTP_PROXY_PORT = "global_http_proxy_port"; field in ConnectivitySettingsManager 670 context.getContentResolver(), GLOBAL_HTTP_PROXY_PORT, 0 /* def */); in getGlobalProxy() 704 Settings.Global.putInt(context.getContentResolver(), GLOBAL_HTTP_PROXY_PORT, port); in setGlobalProxy() local 715 context.getContentResolver(), GLOBAL_HTTP_PROXY_PORT, 0 /* value */); in setGlobalProxy() local 730 context.getContentResolver(), GLOBAL_HTTP_PROXY_PORT, 0 /* value */); in clearGlobalProxy() local
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | ProxyTracker.java | 22 import static android.net.ConnectivitySettingsManager.GLOBAL_HTTP_PROXY_PORT; 186 int port = Settings.Global.getInt(res, GLOBAL_HTTP_PROXY_PORT, 0); in loadGlobalProxy() 313 Settings.Global.putInt(res, GLOBAL_HTTP_PROXY_PORT, port); in setGlobalProxy()
|