Home
last modified time | relevance | path

Searched refs:WifiBuildCompat (Results 1 – 7 of 7) 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
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.java727 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in createBuilderWithCommonParams()
758 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in validateCommonParams()
873 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testBuilderWithWpa3EnterpriseWithStandardApi()
964 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testBuilderWithWpa3Enterprise192bitWithSuiteBEccCerts()
DWifiManagerTest.java1278 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testGetSupportedFeatures()
1293 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testRemoveNonCallerConfiguredNetworksNotAllowed()
1486 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testAddNetworkResultCreation()
1748 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testAddNetworkPrivilegedNotAllowedForNormalApps()
1767 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testAddNetworkPrivilegedBadInput()
1813 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testAddNetworkPrivilegedSuccess()
1916 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testAddNetworkPrivilegedMergingTypeSuccess()
3974 WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext) in testVerboseLoggingEnabled()
5493 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testIsPasspointTermsAndConditionsSupported()
5538 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) { in testFlushPasspointAnqpCache()
[all …]
DWifiBackupRestoreTest.java476 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(sContext)) {
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java36 import android.net.wifi.cts.WifiBuildCompat;
118 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcApUsingScanResult()
127 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcApUsingScanResult()
177 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcApUsingResponderConfig()
187 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcApUsingResponderConfig()
215 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcApUsingListResponderConfig()
225 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTest11mcApUsingListResponderConfig()
277 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in range11mcApRequest()
549 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRequestTooLarge()
773 if (!WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testRangingToTestNon11mcApUsingScanResult()
[all …]
/cts/tests/tests/wifi/src/android/net/wifi/aware/cts/
DSingleDeviceTest.java66 import android.net.wifi.cts.WifiBuildCompat;
728 && WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext()))) { in testAvailableAwareResources()
787 if (WifiBuildCompat.isPlatformOrWifiModuleAtLeastS(getContext())) { in testAttachNoIdentity()