Searched refs:NET_CAPABILITY_ENTERPRISE (Results 1 – 7 of 7) sorted by relevance
209 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 NetworkCapabilities927 if (capability == NET_CAPABILITY_ENTERPRISE) { in getCapabilityCarrierName()2363 case NET_CAPABILITY_ENTERPRISE: return "ENTERPRISE"; in capabilityNameOf()3098 && !mCaps.hasCapability(NET_CAPABILITY_ENTERPRISE)) { in build()
47 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in ConstantsShim
25 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()
328 field public static final int NET_CAPABILITY_ENTERPRISE = 29; // 0x1d
93 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)
2511 .getCapabilityCarrierName(ConstantsShim.NET_CAPABILITY_ENTERPRISE));
65 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;10769 nc.addCapability(NET_CAPABILITY_ENTERPRISE);