Searched refs:onPacProxyInstalled (Results 1 – 4 of 4) sorted by relevance
125 void onPacProxyInstalled(@Nullable Network network, @NonNull ProxyInfo proxy); in onPacProxyInstalled() method142 public void onPacProxyInstalled(Network network, ProxyInfo proxy) { in onPacProxyInstalled() method in PacProxyManager.PacProxyInstalledListenerProxy145 mListener.onPacProxyInstalled(network, proxy); in onPacProxyInstalled()
24 void onPacProxyInstalled(in Network network, in ProxyInfo proxy); in onPacProxyInstalled() method
441 listener.onPacProxyInstalled(null /* network */, proxy); in sendPacBroadcast()
293 …method public void onPacProxyInstalled(@Nullable android.net.Network, @NonNull android.net.ProxyIn…