Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DNetworkCapabilities.java209 if (hasCapability(NET_CAPABILITY_ENTERPRISE) && mEnterpriseId == 0) { in getEnterpriseIds()
226 if (hasCapability(NET_CAPABILITY_ENTERPRISE) && mEnterpriseId == 0) { in hasEnterpriseId()
362 NET_CAPABILITY_ENTERPRISE,
586 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in NetworkCapabilities
927 if (capability == NET_CAPABILITY_ENTERPRISE) { in getCapabilityCarrierName()
2363 case NET_CAPABILITY_ENTERPRISE: return "ENTERPRISE"; in capabilityNameOf()
3098 && !mCaps.hasCapability(NET_CAPABILITY_ENTERPRISE)) { in build()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DConstantsShim.java47 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in ConstantsShim
/packages/modules/Connectivity/tests/common/java/android/net/
DNetworkCapabilitiesTest.java25 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
885 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
892 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
902 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
937 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt328 field public static final int NET_CAPABILITY_ENTERPRISE = 29; // 0x1d
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java93 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
3756 || capability == NET_CAPABILITY_ENTERPRISE || capability == NET_CAPABILITY_MMTEL) {
3886 tryNetworkFactoryRequests(NET_CAPABILITY_ENTERPRISE);
14256 workNc.addCapability(NET_CAPABILITY_ENTERPRISE);
14263 workNc.addCapability(NET_CAPABILITY_ENTERPRISE);
14279 .addCapability(NET_CAPABILITY_ENTERPRISE)
14387 && nc.hasCapability(NET_CAPABILITY_ENTERPRISE)
14499 nc -> nc.hasCapability(NET_CAPABILITY_ENTERPRISE)
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java2511 .getCapabilityCarrierName(ConstantsShim.NET_CAPABILITY_ENTERPRISE));
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java65 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
10769 nc.addCapability(NET_CAPABILITY_ENTERPRISE);