Home
last modified time | relevance | path

Searched refs:WifiBuildCompat (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiBuildCompat.java48 public class WifiBuildCompat { class
72 private WifiBuildCompat() { } in WifiBuildCompat() method in WifiBuildCompat
DWifiNetworkSpecifierTest.java290 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in setUp()
314 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in tearDown()
533 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testBuilderForWpa3EnterpriseWithStandardApi()
554 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testBuilderForWpa3Enterprise192bit()
581 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testRedact()
DWifiEnterpriseConfigTest.java918 if (!hasWifi() || !WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testIsEnterpriseConfigServerCertNotEnabled()
945 if (!hasWifi() || !WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testIsEnterpriseConfigServerCertEnabledWithPeap()
952 if (!hasWifi() || !WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testIsEnterpriseConfigServerCertEnabledWithTls()
959 if (!hasWifi() || !WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testIsEnterpriseConfigServerCertEnabledWithTTLS()
DWifiNetworkSuggestionTest.java213 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in setUp()
228 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in tearDown()
717 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in createBuilderWithCommonParams()
748 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in validateCommonParams()
863 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testBuilderWithWpa3EnterpriseWithStandardApi()
954 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testBuilderWithWpa3Enterprise192bitWithSuiteBEccCerts()
DWifiInfoTest.java212 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testWifiInfoPropertiesWhileConnected()
268 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testWifiInfoCurrentSecurityType()
DWifiManagerTest.java1123 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testGetSupportedFeatures()
1139 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testRemoveNonCallerConfiguredNetworksNotAllowed()
1158 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testAddNetworkResultCreation()
1179 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testAddNetworkPrivilegedNotAllowedForNormalApps()
1201 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testAddNetworkPrivilegedBadInput()
1225 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testAddNetworkPrivilegedSuccess()
1331 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testAddNetworkPrivilegedMergingTypeSuccess()
3125 WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext) ? in testVerboseLoggingEnabled()
4327 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testIsPasspointTermsAndConditionsSupported()
4378 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testFlushPasspointAnqpCache()
[all …]
DWifiBackupRestoreTest.java439 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) {
DTestHelper.java504 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in testConnectionFlowWithSuggestionInternal()
DConnectedNetworkScorerTest.java138 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(mContext)) { in setUp()
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java24 import android.net.wifi.cts.WifiBuildCompat;
89 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcAp()
97 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcAp()
136 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcAp()
241 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRequestTooLarge()
465 || !WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTestNon11mcAp()