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

  /frameworks/rs/tests/lldb/tests/harness/
__init__.py 23 from .util_android import UtilAndroid
util_android.py 15 '''Module that contains the class UtilAndroid, providing utility method to
36 class UtilAndroid(object):
95 return_code, output = UtilAndroid._execute_command_local(cmd, async)
103 return_code, output = UtilAndroid._execute_command_remote(cmd,
728 UtilAndroid._execute_command_remote to handle the inter-process
735 channel.put(UtilAndroid._execute_command_local(command))
  /frameworks/rs/tests/lldb/
run_tests.py 32 from tests.harness import UtilAndroid
242 self.android = UtilAndroid(self.adb_path,
281 The android ADB helper, instance of UtilAndroid.
  /frameworks/rs/tests/lldb/tests/
run_test.py 164 android: current instance of harness.UtilAndroid
305 android = harness.UtilAndroid(args.adb_path,

Completed in 1503 milliseconds