Searched refs:underlyingNetworks (Results 1 – 4 of 4) sorted by relevance
104 public Network[] underlyingNetworks; field in VpnConfig164 out.writeTypedArray(underlyingNetworks, flags); in writeToParcel()189 config.underlyingNetworks = in.createTypedArray(Network.CREATOR);
304 final Network[] underlyingNetworks = (mConfig != null) ? mConfig.underlyingNetworks : null; in updateCapabilities() local305 updateCapabilities(mContext.getSystemService(ConnectivityManager.class), underlyingNetworks, in updateCapabilities() local314 public static void updateCapabilities(ConnectivityManager cm, Network[] underlyingNetworks, in updateCapabilities() argument324 if (null != underlyingNetworks) { in updateCapabilities()325 for (Network underlying : underlyingNetworks) { in updateCapabilities()1479 mConfig.underlyingNetworks = null; in setUnderlyingNetworks()1481 mConfig.underlyingNetworks = new Network[networks.length]; in setUnderlyingNetworks()1484 mConfig.underlyingNetworks[i] = null; in setUnderlyingNetworks()1486 mConfig.underlyingNetworks[i] = new Network(networks[i].netId); in setUnderlyingNetworks()1498 return mConfig.underlyingNetworks; in getUnderlyingNetworks()
754 mConfig.underlyingNetworks = networks != null ? networks.clone() : null; in setUnderlyingNetworks()
3758 Network[] underlyingNetworks = vpn.getUnderlyingNetworks(); in createVpnInfo() local3761 if (underlyingNetworks == null) { in createVpnInfo()3766 } else if (underlyingNetworks.length > 0) { in createVpnInfo()3767 LinkProperties linkProperties = getLinkProperties(underlyingNetworks[0]); in createVpnInfo()