Searched defs:adb (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | error_reporter.py | 88 def report_on_adb(self, adb, report): argument 115 def report_device_processes(self, adb, report): argument 156 def report_sl4a_state(self, rpc_connection, adb, report): argument
|
D | sl4a_manager.py | 75 def create_sl4a_manager(adb): argument 108 def __init__(self, adb): argument
|
D | rpc_connection.py | 51 def __init__(self, adb, ports, client_socket, socket_fd, uid=UNKNOWN_UID): argument
|
D | sl4a_session.py | 53 adb, argument
|
/tools/acloud/create/ |
D | goldfish_local_image_local_instance.py | 339 def _IsEmulatorRunning(adb): argument 350 def _CheckRunningEmulator(self, adb, no_prompts): argument 524 def _WaitForEmulatorToStop(self, adb): argument 541 def _WaitForEmulatorToStart(self, adb, proc, timeout): argument
|
/tools/acloud/list/ |
D | instance.py | 588 def adb(self): member in LocalGoldfishInstance
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1036 def get_device_process_uptime(adb, process): argument
|