Home
last modified time | relevance | path

Searched refs:NET_CAPABILITY_BIP (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DNetworkCapabilitiesUtilsTest.kt21 import android.net.NetworkCapabilities.NET_CAPABILITY_BIP
99 nc.addCapability(NET_CAPABILITY_BIP) in testInferRestrictedCapability()
116 assertEquals((1L shl NET_CAPABILITY_BIP) and RESTRICTED_CAPABILITIES, in testRestrictedUnrestrictedCapabilities()
117 (1L shl NET_CAPABILITY_BIP)) in testRestrictedUnrestrictedCapabilities()
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DNetworkCapabilitiesUtils.java19 import static android.net.NetworkCapabilities.NET_CAPABILITY_BIP;
93 (1L << NET_CAPABILITY_BIP) |
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsUtils.java405 case NetworkCapabilities.NET_CAPABILITY_BIP: in networkCapabilityToString()
452 return NetworkCapabilities.NET_CAPABILITY_BIP; in getNetworkCapabilityFromString()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkCapabilities.java459 NET_CAPABILITY_BIP,
697 public static final int NET_CAPABILITY_BIP = 31; field in NetworkCapabilities
2632 case NET_CAPABILITY_BIP: return "BIP"; in capabilityNameOf()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsUtilsTest.java1196 NetworkCapabilities.NET_CAPABILITY_BIP, in testGetNetworkCapabilityFromString()
1241 "BIP", QnsUtils.networkCapabilityToString(NetworkCapabilities.NET_CAPABILITY_BIP)); in testNetworkCapabilityToString()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt314 field public static final int NET_CAPABILITY_BIP = 31; // 0x1f
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java99 import static android.net.NetworkCapabilities.NET_CAPABILITY_BIP;
4237 || capability == NET_CAPABILITY_VSIM || capability == NET_CAPABILITY_BIP
4377 tryNetworkFactoryRequests(NET_CAPABILITY_BIP);