HomeSort by relevance Sort by last modified time
    Searched refs:GenericTesterMainLoop (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/
mainloop.py 73 class GenericTesterMainLoop(ExceptionForwardingMainLoop):
78 super(GenericTesterMainLoop, self).__init__(main_loop, **kwargs)
99 return to_return.__get__(self, GenericTesterMainLoop)
cros_disks.py 13 from mainloop import GenericTesterMainLoop
389 class CrosDisksTester(GenericTesterMainLoop):
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/
network_ModemManagerSMSSignal.py 11 from autotest_lib.client.cros.mainloop import GenericTesterMainLoop
14 class SmsTester(GenericTesterMainLoop):
22 # The GenericTesterMainLoop will run this routine from the idle
57 class SmsMultipartTester(GenericTesterMainLoop):
66 # The GenericTesterMainLoop will run this routine from the idle
  /external/autotest/client/site_tests/cellular_DisableWhileConnecting/
cellular_DisableWhileConnecting.py 13 from autotest_lib.client.cros.mainloop import GenericTesterMainLoop
19 class DisableTester(GenericTesterMainLoop):
65 """Called by GenericTesterMainLoop after the main loop has exited."""

Completed in 389 milliseconds