Home
last modified time | relevance | path

Searched refs:_run_method (Results 1 – 1 of 1) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py45 def _run_method(method, method_name, *args, **kwargs): function
112 result = _run_method(getattr(device, method_name), method_name)
124 return _run_method(getattr(device, method_name), method_name)
232 if not _run_method(device.Init, 'Init'):
238 if not _run_method(device.EnterCommandMode, 'EnterCommandMode'):
291 result = _run_method(device.EnterCommandMode, 'EnterCommandMode')
307 if _is_successful(_run_method(test_method, test_method.__name__,
319 return _is_successful(_run_method(test_method, test_method.__name__,
328 return _is_successful(_run_method(test_method, test_method.__name__,
931 result = _is_successful(_run_method(device.EnterCommandMode,