Searched defs:off_val (Results 1 – 1 of 1) 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 61 def __init__(self, prop, on_val='1', off_val='0'): argument 75 def __init__(self, namespace, setting, on_val='1', off_val='0'): argument 94 def __init__(self, setting, on_val='true', off_val='false'): argument
|