Home
last modified time | relevance | path

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

/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/framework/src/android/net/
DNetworkCapabilities.java262 NET_CAPABILITY_ENTERPRISE,
483 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in NetworkCapabilities
737 if (capability == NET_CAPABILITY_ENTERPRISE) { in getCapabilityCarrierName()
2137 case NET_CAPABILITY_ENTERPRISE: return "ENTERPRISE"; in capabilityNameOf()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt309 field public static final int NET_CAPABILITY_ENTERPRISE = 29; // 0x1d
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java78 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
3208 || capability == NET_CAPABILITY_ENTERPRISE) { in tryNetworkFactoryRequests()
3336 tryNetworkFactoryRequests(NET_CAPABILITY_ENTERPRISE); in testNetworkFactoryRequests()
12997 workNc.addCapability(NET_CAPABILITY_ENTERPRISE); in makeEnterpriseNetworkAgent()
13012 .addCapability(NET_CAPABILITY_ENTERPRISE) in setupEnterpriseNetwork()
13086 && nc.hasCapability(NET_CAPABILITY_ENTERPRISE)); in testPreferenceForUserNetworkUpDown()
13158 nc -> nc.hasCapability(NET_CAPABILITY_ENTERPRISE) in testPreferenceForUserNetworkUpDown()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java2207 .getCapabilityCarrierName(ConstantsShim.NET_CAPABILITY_ENTERPRISE));
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java61 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
9874 nc.addCapability(NET_CAPABILITY_ENTERPRISE); in setProfileNetworkPreference()