Searched refs:NET_CAPABILITY_ENTERPRISE (Results 1 – 6 of 6) sorted by relevance
47 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in ConstantsShim
262 NET_CAPABILITY_ENTERPRISE,483 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in NetworkCapabilities737 if (capability == NET_CAPABILITY_ENTERPRISE) { in getCapabilityCarrierName()2137 case NET_CAPABILITY_ENTERPRISE: return "ENTERPRISE"; in capabilityNameOf()
309 field public static final int NET_CAPABILITY_ENTERPRISE = 29; // 0x1d
78 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()
2207 .getCapabilityCarrierName(ConstantsShim.NET_CAPABILITY_ENTERPRISE));
61 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;9874 nc.addCapability(NET_CAPABILITY_ENTERPRISE); in setProfileNetworkPreference()