Home
last modified time | relevance | path

Searched defs:GLOBAL_HTTP_PROXY_EXCLUSION_LIST (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DConnectivitySettingsManager.java214 public static final String GLOBAL_HTTP_PROXY_EXCLUSION_LIST = field in ConnectivitySettingsManager
706 context.getContentResolver(), GLOBAL_HTTP_PROXY_EXCLUSION_LIST, exclusionList); in setGlobalProxy() local
717 context.getContentResolver(), GLOBAL_HTTP_PROXY_EXCLUSION_LIST, "" /* value */); in setGlobalProxy() local
732 context.getContentResolver(), GLOBAL_HTTP_PROXY_EXCLUSION_LIST, "" /* value */); in clearGlobalProxy() local
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java12839 GLOBAL_HTTP_PROXY_EXCLUSION_LIST = "global_http_proxy_exclusion_list"; field in Settings.Global