Searched refs:pmFeatures (Results 1 – 1 of 1) sorted by relevance
49 String pmFeatures = device.executeShellCommand("pm list features"); in hasWifiFeature() local50 return pmFeatures.contains(WIFI_FEATURE); in hasWifiFeature()