Lines Matching refs:adb
91 adb = "adb -d" variable in ItsSession
163 (self.adb, p, self.REMOTE_PORT)
198 _run("%s reboot" % (self.adb))
199 _run("%s wait-for-device" % (self.adb))
205 _run('%s logcat -c' % (self.adb))
209 _run('%s shell am force-stop --user 0 %s' % (self.adb, self.PACKAGE))
211 '-a %s') % (self.adb, self.INTENT_START))
215 self.adb.split() + ["logcat"],
231 self.adb = "adb -s " + self.device_id
1021 adb = "adb -s " + device_id
1024 cmd = "%s shell am start %s --activity-brought-to-front" % (adb, ItsSession.ITS_TEST_ACTIVITY)
1041 adb, results[scene][summary_key], device_summary_path))
1046 adb, ItsSession.ACTION_ITS_RESULT,
1064 adb = "adb -s " + device_id
1065 cmd = "%s shell log -p i -t \"ItsTestHost\" %s" % (adb, msg)