Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataUtilsTest.java65 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE, in testGetGroupedNetworkRequestList()
66 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE, in testGetGroupedNetworkRequestList()
67 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE, in testGetGroupedNetworkRequestList()
77 if (netCap == NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) { in testGetGroupedNetworkRequestList()
81 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testGetGroupedNetworkRequestList()
144 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)).isTrue(); in testGetGroupedNetworkRequestList()
150 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)).isTrue(); in testGetGroupedNetworkRequestList()
153 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)).isTrue(); in testGetGroupedNetworkRequestList()
DTelephonyNetworkRequestTest.java189 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testGetApnTypeNetworkCapability()
280 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testCanBeSatisfiedByEnterpriseDataProfile()
284 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testCanBeSatisfiedByEnterpriseDataProfile()
307 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testCanBeSatisfiedByEnterpriseApnDataProfile()
312 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testCanBeSatisfiedByEnterpriseApnDataProfile()
DDataNetworkControllerTest.java1414 netCaps.addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE); in testSetupEnterpriseDataNetwork()
1420 verifyConnectedNetworkHasCapabilities(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE); in testSetupEnterpriseDataNetwork()
3969 netCaps.addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE); in testDataDisableNotAllowingBringingUpEnterpriseNetwork()
4245 createNetworkRequest(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)); in testSinglePdnArbitration()
4249 verifyNoConnectedNetworkHasCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE); in testSinglePdnArbitration()
5108 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testTrafficDescriptionChangedDataRetry()
5112 verifyConnectedNetworkHasCapabilities(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE, in testTrafficDescriptionChangedDataRetry()
5150 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)).isTrue(); in testTrafficDescriptionChangedDataRetry()
5154 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)).isFalse(); in testTrafficDescriptionChangedDataRetry()
DDataRetryManagerTest.java211 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE, in testDataSetupRetryRulesParsingFromString()
432 .addCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE) in testEnterpriseUnthrottling()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DNetworkCapabilitiesUtils.java23 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
97 (1L << NET_CAPABILITY_ENTERPRISE) |
113 (1L << NET_CAPABILITY_ENTERPRISE) |
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataUtils.java89 case "ENTERPRISE" -> NetworkCapabilities.NET_CAPABILITY_ENTERPRISE; in getNetworkCapabilityFromString()
162 case NetworkCapabilities.NET_CAPABILITY_ENTERPRISE -> "ENTERPRISE"; in networkCapabilityToString()
286 case NetworkCapabilities.NET_CAPABILITY_ENTERPRISE -> ApnSetting.TYPE_ENTERPRISE;
318 case ApnSetting.TYPE_ENTERPRISE -> NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
438 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE))
DTelephonyNetworkRequest.java125 new SimpleImmutableEntry<>(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE,
503 if (hasCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)) { in getCapabilityDifferentiator()
DDataProfileManager.java261 if (dataProfile.canSatisfy(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)) { in getEnterpriseDataProfile()
337 .filter(dp -> dp.canSatisfy(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)) in updateDataProfiles()
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/metrics/
DConnectivitySampleMetricsTest.kt7 import android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE in <lambda>()
108 .addCapability(NET_CAPABILITY_ENTERPRISE) in testSampleConnectivityState_Network()
122 .addCapability(NET_CAPABILITY_ENTERPRISE) in testSampleConnectivityState_Network()
143 0L != (it.capabilities and (1L shl NET_CAPABILITY_ENTERPRISE)) in testSampleConnectivityState_Network()
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DNetworkCapabilities.java289 if (hasCapability(NET_CAPABILITY_ENTERPRISE) && mEnterpriseId == 0) { in getEnterpriseIds()
306 if (hasCapability(NET_CAPABILITY_ENTERPRISE) && mEnterpriseId == 0) { in hasEnterpriseId()
442 NET_CAPABILITY_ENTERPRISE,
668 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in NetworkCapabilities
1127 if (capability == NET_CAPABILITY_ENTERPRISE) { in getCapabilityCarrierName()
2615 case NET_CAPABILITY_ENTERPRISE: return "ENTERPRISE"; in capabilityNameOf()
3383 && !mCaps.hasCapability(NET_CAPABILITY_ENTERPRISE)) { in build()
/aosp_15_r20/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DConstantsShim.java47 public static final int NET_CAPABILITY_ENTERPRISE = 29; field in ConstantsShim
/aosp_15_r20/packages/modules/Connectivity/tests/common/java/android/net/
DNetworkCapabilitiesTest.java26 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
931 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
938 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
948 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
983 .addCapability(NET_CAPABILITY_ENTERPRISE) in testEnterpriseId()
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/
H A DPreferentialNetworkServiceTest.java21 import static android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE;
91 .addCapability(NET_CAPABILITY_ENTERPRISE)
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsUtils.java401 case NetworkCapabilities.NET_CAPABILITY_ENTERPRISE: in networkCapabilityToString()
454 return NetworkCapabilities.NET_CAPABILITY_ENTERPRISE; in getNetworkCapabilityFromString()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DNetworkRequestsStats.java58 if (networkRequest.hasCapability(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)) { in addNetworkRequest()
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/NetworkStackApi30Shims/android_common_apex30/javac/
DNetworkStackApi30Shims.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/NetworkStackApi30Shims/android_common/javac/
DNetworkStackApi30Shims.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/
Dconstants.py414 NET_CAPABILITY_ENTERPRISE = 29 variable in NetworkCapabilities.NetCapability
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsUtilsTest.java1199 NetworkCapabilities.NET_CAPABILITY_ENTERPRISE, in testGetNetworkCapabilityFromString()
1244 QnsUtils.networkCapabilityToString(NetworkCapabilities.NET_CAPABILITY_ENTERPRISE)); in testNetworkCapabilityToString()
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/NetworkStackApi30Shims/android_common_apex30/turbine/
DNetworkStackApi30Shims.jarcom/android/networkstack/apishim/api30/BluetoothPanShimImpl.class <Unknown> package com. ...
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/data/
H A DDataProfile.java432 case NetworkCapabilities.NET_CAPABILITY_ENTERPRISE: in networkCapabilityToApnType()
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/NetworkStackApi30Shims/android_common/turbine/
DNetworkStackApi30Shims.jarcom/android/networkstack/apishim/api30/BluetoothPanShimImpl.class <Unknown> package com. ...
/aosp_15_r20/prebuilts/sdk/extensions/1/public/
HDframework-connectivity.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/Connectivity/1/sdk_library/public/
Dframework-connectivity-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/public/
HDframework-connectivity.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

12345678910>>...12