Home
last modified time | relevance | path

Searched defs:serials (Results 1 – 5 of 5) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_test.py86 def _GenerateTestSuiteCommand(bin_path, command, serials, result_dir=None): argument
/test/framework/harnesses/host_controller/campaigns/
Dcampaign_common.py453 serials, argument
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java492 Set<String> serials = lightResult.getDeviceSerials(); in checkLightResult() local
525 Set<String> serials = result.getDeviceSerials(); in checkResult() local
/test/framework/harnesses/host_controller/
Dconsole.py711 def SetSerials(self, serials): argument
/test/vts/utils/python/controllers/
Dandroid_device.py206 def get_instances(serials): argument