Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/tests/harness/
D__init__.py23 from .util_android import UtilAndroid
Dutil_android.py36 class UtilAndroid(object): class
95 return_code, output = UtilAndroid._execute_command_local(cmd, async)
103 return_code, output = UtilAndroid._execute_command_remote(cmd,
735 channel.put(UtilAndroid._execute_command_local(command))
/frameworks/rs/tests/lldb/
Drun_tests.py32 from tests.harness import UtilAndroid
242 self.android = UtilAndroid(self.adb_path,
/frameworks/rs/tests/lldb/tests/
Drun_test.py305 android = harness.UtilAndroid(args.adb_path,