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

  /external/chromium_org/build/android/
host_heartbeat.py 24 android_cmd = android_commands.AndroidCommands(device)
25 android_cmd.RunShellCommand('touch /sdcard/host_heartbeat')
provision_devices.py 53 android_cmd = android_commands.AndroidCommands(device)
55 android_cmd.KillAllBlocking('adb_reboot', 2)
60 android_cmd.PushIfNeeded(adb_reboot, '/data/local/tmp/')
74 android_cmd = android_commands.AndroidCommands(device)
75 android_cmd.RunShellCommandWithSU('date -u %f' % time.time())

Completed in 66 milliseconds