Searched refs:PrefixUtils (Results 1 – 8 of 8) sorted by relevance
35 import android.net.util.PrefixUtils;79 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testDownstreamPrefixRequest()84 final IpPrefix testDupRequest = PrefixUtils.asIpPrefix(address); in testDownstreamPrefixRequest()91 final IpPrefix usbPrefix = PrefixUtils.asIpPrefix(address); in testDownstreamPrefixRequest()141 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testReserveBluetoothPrefix()153 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(address); in testNoConflictDownstreamPrefix()159 final IpPrefix usbPrefix = PrefixUtils.asIpPrefix(address); in testNoConflictDownstreamPrefix()166 final IpPrefix allowUseFreePrefix = PrefixUtils.asIpPrefix(address); in testNoConflictDownstreamPrefix()209 final IpPrefix hotspotPrefix = PrefixUtils.asIpPrefix(hotspotAddr); in testNoConflictUpstreamPrefix()240 final IpPrefix hotspotPrefix2 = PrefixUtils.asIpPrefix(hotspotAddr2); in testNoConflictUpstreamPrefix()[all …]
27 import android.net.util.PrefixUtils;105 list.add(PrefixUtils.asIpPrefix(address)); in getIpv4Prefixes()238 return PrefixUtils.asIpPrefix(address); in getDownstreamPrefix()
39 import android.net.util.PrefixUtils;548 prefixSet.addAll(PrefixUtils.localPrefixesFrom(lp)); in allLocalPrefixes()
98 import android.net.util.PrefixUtils;2007 PrefixUtils.addNonForwardablePrefixes(localPrefixes); in sendOffloadExemptPrefixes()2009 localPrefixes.add(PrefixUtils.DEFAULT_WIFI_P2P_PREFIX); in sendOffloadExemptPrefixes()2028 localPrefixes.add(PrefixUtils.ipAddressAsPrefix(ip)); in sendOffloadExemptPrefixes()2033 localPrefixes.addAll(PrefixUtils.localPrefixesFrom(lp)); in sendOffloadExemptPrefixes()
33 public class PrefixUtils { class
25 import static android.net.util.PrefixUtils.asIpPrefix;51 import android.net.util.PrefixUtils;520 return new RouteInfo(PrefixUtils.asIpPrefix(ipv4Address), null, mIfaceName, RTN_UNICAST); in getDirectConnectedRoute()
86 import android.net.util.PrefixUtils;548 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServer()564 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServerOnWifiP2p()
235 HSPLandroid/net/util/PrefixUtils;->pfx(Ljava/lang/String;)Landroid/net/IpPrefix;18101 Landroid/net/util/PrefixUtils;