Searched refs:NET_CAPABILITY_BIP (Results 1 – 4 of 4) sorted by relevance
115 public static final int NET_CAPABILITY_BIP = 31; field in NetworkCapabilitiesUtils125 (1 << NET_CAPABILITY_BIP)
264 NET_CAPABILITY_BIP,497 public static final int NET_CAPABILITY_BIP = 31; field in NetworkCapabilities2139 case NET_CAPABILITY_BIP: return "BIP"; in capabilityNameOf()
284 field public static final int NET_CAPABILITY_BIP = 31; // 0x1f
73 import static android.net.NetworkCapabilities.NET_CAPABILITY_BIP;3207 || capability == NET_CAPABILITY_VSIM || capability == NET_CAPABILITY_BIP in tryNetworkFactoryRequests()3343 tryNetworkFactoryRequests(NET_CAPABILITY_BIP); in testNetworkFactoryRequests()