Home | History | Annotate | Download | only in test_defs

Lines Matching refs:adb

91   def Run(self, options, adb):
94 Builds up an adb instrument command using provided input arguments.
98 adb: adb_interface to device under test
137 adb_cmd = adb.PreviewInstrumentationCommand(
144 coverage_gen = coverage.CoverageGenerator(adb)
149 self._CheckInstrumentationInstalled(adb)
153 (test_results, status_map) = adb.StartInstrumentationForPackage(
173 self._CheckInstrumentationInstalled(adb)
174 adb.StartInstrumentationNoResults(package_name=self.GetPackageName(),
180 def _CheckInstrumentationInstalled(self, adb):
181 if not adb.IsInstrumentationInstalled(self.GetPackageName(),