Lines Matching refs:adb
237 adb = Adb() variable
249 adb.Run(["root"])
251 adb.WaitForDevice()
252 adb.Run(["remount"])
254 adb.WaitForDevice()
255 adb.Shell(["echo ro.audio.silent=1 > /data/local.prop"])
256 adb.Shell(["chmod 644 /data/local.prop"])
277 adb.Reboot()
286 level = adb.GetBatteryLevel()
304 adb.Shell(["logcat", "-c", "-b", "main,system,events,crash"])
332 adb.Shell(cmd, stdout=monkeyFile, stderr=monkeyFile)
337 adb.Shell(["bugreport"], stdout=bugreportFile, stderr=None)