Home
last modified time | relevance | path

Searched refs:_construct_adb_cmd (Results 1 – 2 of 2) sorted by relevance

/external/python/mobly/tests/mobly/controllers/android_device_lib/
Dadb_test.py295 adb_cmd = adb.AdbProxy()._construct_adb_cmd('shell', 'arg1', shell=False)
299 adb_cmd = adb.AdbProxy()._construct_adb_cmd(
304 adb_cmd = adb.AdbProxy()._construct_adb_cmd('shell',
310 adb_cmd = adb.AdbProxy()._construct_adb_cmd('shell',
316 adb_cmd = adb.AdbProxy()._construct_adb_cmd('shell',
322 adb_cmd = adb.AdbProxy('12345')._construct_adb_cmd('shell',
328 adb_cmd = adb.AdbProxy()._construct_adb_cmd('shell', ['arg1', 'arg2'],
333 adb_cmd = adb.AdbProxy('12345')._construct_adb_cmd('shell',
339 adb_cmd = adb.AdbProxy()._construct_adb_cmd('shell',
345 adb_cmd = adb.AdbProxy()._construct_adb_cmd(
[all …]
/external/python/mobly/mobly/controllers/android_device_lib/
Dadb.py251 def _construct_adb_cmd(self, raw_name, args, shell): member in AdbProxy
290 adb_cmd = self._construct_adb_cmd(name, args, shell=shell)
296 adb_cmd = self._construct_adb_cmd(name, args, shell=shell)