Searched refs:off_val (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/ |
D | adb_command_types.py | 24 def __init__(self, base_cmd, on_val='1', off_val='0'): argument 35 self._off_val = off_val 61 def __init__(self, prop, on_val='1', off_val='0'): argument 69 super().__init__('setprop %s' % prop, on_val, off_val) 75 def __init__(self, namespace, setting, on_val='1', off_val='0'): argument 85 on_val, off_val) 94 def __init__(self, setting, on_val='true', off_val='false'): argument 102 super().__init__(None, on_val, off_val)
|
/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/device/command/ |
D | adb_command_types_test.py | 78 off_val = False 79 device_binary_setprop = DeviceSetprop(prop, on_val, off_val) 103 off_val = 'off' 105 namespace, setting, on_val, off_val)
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/adb_commands/ |
D | goog.py | 31 'location:collection_enabled', on_val='1', off_val='0')
|