Home
last modified time | relevance | path

Searched defs:adb (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Derror_reporter.py89 def report_on_adb(self, adb, report): argument
116 def report_device_processes(self, adb, report): argument
157 def report_sl4a_state(self, rpc_connection, adb, report): argument
Dsl4a_manager.py77 def create_sl4a_manager(adb): argument
110 def __init__(self, adb): argument
Drpc_connection.py51 def __init__(self, adb, ports, client_socket, socket_fd, uid=UNKNOWN_UID): argument
Dsl4a_session.py53 adb, argument
/tools/acloud/create/
Dgoldfish_local_image_local_instance.py299 def _IsEmulatorRunning(adb): argument
310 def _CheckRunningEmulator(self, adb, no_prompts): argument
522 def _WaitForEmulatorToStop(self, adb): argument
539 def _WaitForEmulatorToStart(self, adb, proc, timeout): argument
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DDevices.kt14 private fun adb(args: Iterable<String>, serial: String? = null): String { in formatCmd() method
/tools/acloud/list/
Dinstance.py772 def adb(self): member in LocalGoldfishInstance
/tools/test/connectivity/acts/framework/acts/
Dutils.py1056 def get_device_process_uptime(adb, process): argument