Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dmainloop.py80 class GenericTesterMainLoop(ExceptionForwardingMainLoop): class
85 super(GenericTesterMainLoop, self).__init__(main_loop, **kwargs)
106 return to_return.__get__(self, GenericTesterMainLoop)
Dcros_disks.py27 from autotest_lib.client.cros.mainloop import GenericTesterMainLoop
421 class CrosDisksTester(GenericTesterMainLoop):
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
Dcellular_DisableWhileConnecting.py17 from autotest_lib.client.cros.mainloop import GenericTesterMainLoop
23 class DisableTester(GenericTesterMainLoop):