Home
last modified time | relevance | path

Searched refs:hasWifi (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiEnterpriseConfigTest.java682 private boolean hasWifi() { in hasWifi() method in WifiEnterpriseConfigTest
690 if(!hasWifi()) { in setUp()
698 if (hasWifi()) { in setUp()
704 if (!hasWifi()) { in testSettersAndGetters()
784 if(!hasWifi()) { in testEnterpriseConfigDoesNotPrintPassword()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureSummaryActivity.java276 boolean hasWifi = false; in onCreate()
355 hasWifi = hasWifi || PackageManager.FEATURE_WIFI.equals(f.name); in onCreate()
446 if (!hasWifi && !hasTelephony && !hasBluetooth) { in onCreate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java618 final boolean hasWifi = hasDeviceFeature("android.hardware.wifi"); in testWifiConfigLockdown()
619 if (hasWifi && mHasFeature) { in testWifiConfigLockdown()
636 final boolean hasWifi = hasDeviceFeature("android.hardware.wifi"); in testWifiSetHttpProxyTest()
637 if (hasWifi && mHasFeature) { in testWifiSetHttpProxyTest()