HomeSort by relevance Sort by last modified time
    Searched refs:conductive (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 126 if not self.context.client.conductive:
  /external/autotest/server/cros/network/
wifi_client.py 119 conductive = site_utils.get_label_from_afe(hostname.split('.')[0],
120 'conductive:',
122 if conductive and conductive.lower() == 'true':
237 def conductive(self): member in class:WiFiClient
238 """@return True if the rig is conductive; False otherwise."""
244 @conductive.setter
245 def conductive(self, value): member in class:WiFiClient
246 """Set the conductive member to True or False.
248 @param value: boolean value to set the conductive member to
    [all...]
wifi_test_context_manager.py 204 self.client.conductive = self._get_bool_cmdline_value(

Completed in 70 milliseconds