Lines Matching refs:adb
89 adb = "adb -d" variable in ItsSession
161 (self.adb, p, self.REMOTE_PORT)
196 _run("%s reboot" % (self.adb))
197 _run("%s wait-for-device" % (self.adb))
203 _run('%s logcat -c' % (self.adb))
207 _run('%s shell am force-stop --user 0 %s' % (self.adb, self.PACKAGE))
209 '-a %s') % (self.adb, self.INTENT_START))
213 self.adb.split() + ["logcat"],
229 self.adb = "adb -s " + self.device_id
1019 adb = "adb -s " + device_id
1022 cmd = "%s shell am start %s --activity-brought-to-front" % (adb, ItsSession.ITS_TEST_ACTIVITY)
1039 adb, results[scene][summary_key], device_summary_path))
1044 adb, ItsSession.ACTION_ITS_RESULT,
1062 adb = "adb -s " + device_id
1063 cmd = "%s shell log -p i -t \"ItsTestHost\" %s" % (adb, msg)