Searched refs:setGlobalProxy (Results 1 – 10 of 10) sorted by relevance
241 setGlobalProxy(p); in loadDeprecatedGlobalHttpProxy()287 public void setGlobalProxy(@Nullable ProxyInfo proxyInfo) { in setGlobalProxy() method in ProxyTracker
246 cm.setGlobalProxy(p); in saveToDb()
131 void setGlobalProxy(in ProxyInfo p); in setGlobalProxy() method
719 public static void setGlobalProxy(@NonNull Context context, @NonNull ProxyInfo proxyInfo) { in setGlobalProxy() method in ConnectivitySettingsManager
3694 public void setGlobalProxy(@Nullable final ProxyInfo p) { in setGlobalProxy() method in ConnectivityManager3696 mService.setGlobalProxy(p); in setGlobalProxy()
30 …resPermission(android.Manifest.permission.NETWORK_STACK) public void setGlobalProxy(@Nullable andr…112 …method public static void setGlobalProxy(@NonNull android.content.Context, @NonNull android.net.Pr…
132 Landroid/net/ConnectivityManager;->setGlobalProxy(Landroid/net/ProxyInfo;)V227 Landroid/net/IConnectivityManager$Stub$Proxy;->setGlobalProxy(Landroid/net/ProxyInfo;)V367 Landroid/net/IConnectivityManager;->setGlobalProxy(Landroid/net/ProxyInfo;)V
2642 assertThrows(SecurityException.class, () -> mCm.setGlobalProxy(
7048 public void setGlobalProxy(@Nullable final ProxyInfo proxyProperties) {7050 mProxyTracker.setGlobalProxy(proxyProperties);
11751 mProxyTracker.setGlobalProxy(testProxyInfo);