Home
last modified time | relevance | path

Searched refs:NET_CAPABILITY_VSIM (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DNetworkCapabilitiesUtils.java36 import static android.net.NetworkCapabilities.NET_CAPABILITY_VSIM;
104 (1L << NET_CAPABILITY_VSIM) |
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsUtils.java403 case NetworkCapabilities.NET_CAPABILITY_VSIM: in networkCapabilityToString()
450 return NetworkCapabilities.NET_CAPABILITY_VSIM; in getNetworkCapabilityFromString()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkCapabilities.java458 NET_CAPABILITY_VSIM,
690 public static final int NET_CAPABILITY_VSIM = 30; field in NetworkCapabilities
2631 case NET_CAPABILITY_VSIM: return "VSIM"; in capabilityNameOf()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsUtilsTest.java1193 NetworkCapabilities.NET_CAPABILITY_VSIM, in testGetNetworkCapabilityFromString()
1239 QnsUtils.networkCapabilityToString(NetworkCapabilities.NET_CAPABILITY_VSIM)); in testNetworkCapabilityToString()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt320 field public static final int NET_CAPABILITY_VSIM = 30; // 0x1e
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java127 import static android.net.NetworkCapabilities.NET_CAPABILITY_VSIM;
4237 || capability == NET_CAPABILITY_VSIM || capability == NET_CAPABILITY_BIP
4376 tryNetworkFactoryRequests(NET_CAPABILITY_VSIM);