OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conductive
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py
124
if not self.context.client.
conductive
:
/external/walt/docs/
TapLatency.md
10
screen, the
conductive
surface and the accelerometer are mounted on a button of a retractable pen.
/external/autotest/server/cros/network/
wifi_client.py
152
"""Determine if the host is
conductive
based on AFE labels.
158
conductive
= info.get_label_value('
conductive
')
159
return
conductive
.lower() == 'true'
274
def
conductive
(self):
member in class:WiFiClient
275
"""@return True if the rig is
conductive
; False otherwise."""
281
@
conductive
.setter
282
def
conductive
(self, value):
member in class:WiFiClient
283
"""Set the
conductive
member to True or False.
285
@param value: boolean value to set the
conductive
member to
[
all
...]
wifi_test_context_manager.py
224
self.client.
conductive
= self._get_bool_cmdline_value(
Completed in 445 milliseconds