Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DWifiCheck.java48 private boolean hasWifiFeature(ITestDevice device) throws DeviceNotAvailableException { in hasWifiFeature() method in WifiCheck
60 if(!hasWifiFeature(device)) { in run()