Searched refs:UtilAndroid (Results 1 – 4 of 4) sorted by relevance
23 from .util_android import UtilAndroid
36 class UtilAndroid(object): class95 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))
32 from tests.harness import UtilAndroid242 self.android = UtilAndroid(self.adb_path,
305 android = harness.UtilAndroid(args.adb_path,