Searched refs:_run_method (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 141 def _run_method(method, method_name, *args, **kwargs): function 221 result = _run_method(getattr(device, method_name), method_name) 233 result = _run_method(getattr(device, method_name), method_name) 331 if not _run_method(device.Init, 'Init'): 337 if not _run_method(device.EnterCommandMode, 'EnterCommandMode'): 479 if _is_successful(_run_method(test_method, test_method.__name__, 494 return _is_successful(_run_method(test_method, test_method.__name__, 504 return _is_successful(_run_method(test_method, test_method.__name__, 2273 result = _is_successful(_run_method(device.EnterCommandMode,
|