Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dmainloop.py73 class GenericTesterMainLoop(ExceptionForwardingMainLoop): class
78 super(GenericTesterMainLoop, self).__init__(main_loop, **kwargs)
99 return to_return.__get__(self, GenericTesterMainLoop)
Dcros_disks.py12 from mainloop import GenericTesterMainLoop
347 class CrosDisksTester(GenericTesterMainLoop):
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/
Dnetwork_ModemManagerSMSSignal.py11 from autotest_lib.client.cros.mainloop import GenericTesterMainLoop
14 class SmsTester(GenericTesterMainLoop):
57 class SmsMultipartTester(GenericTesterMainLoop):
/external/autotest/client/site_tests/network_3GDisableWhileConnecting/
Dnetwork_3GDisableWhileConnecting.py12 from autotest_lib.client.cros.mainloop import GenericTesterMainLoop
18 class DisableTester(GenericTesterMainLoop):