/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntity.java | 73 private Set<String> devices; field in TestAcknowledgmentEntity 100 List<String> devices, in TestAcknowledgmentEntity() 137 List<String> devices, in TestAcknowledgmentEntity() 199 List<String> devices; in fromEntity() local 237 List<String> devices = null; in fromJson() local 283 List<JsonElement> devices = new ArrayList<>(); in toJson() local
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | device_wrapper.ts | 19 devices: Device[]; property
|
D | host.ts | 22 devices: string = void 0; property in Host
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsAlertJobServletTest.java | 111 List<String> devices = new ArrayList<>(); in testSeparateAcknowledgedSpecific() local 137 List<String> devices = new ArrayList<>(); in testSeparateAcknowledgedSpecificMismatch() local
|
D | VtsProfilingStatsJobServletTest.java | 247 List<DeviceInfoEntity> devices = new ArrayList<>(); in testNewSummary() local 324 List<DeviceInfoEntity> devices = new ArrayList<>(); in testUpdateSummary() local
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | TestRunMetadata.java | 35 private final List<DeviceInfoEntity> devices; field in TestRunMetadata 47 public TestRunMetadata(String testName, TestRunEntity testRun, List<DeviceInfoEntity> devices) { in TestRunMetadata()
|
D | TestResults.java | 206 Map<Key, Entity> devices = datastore.get(deviceGets); in processDeviceInfos() local 258 List<DeviceInfoEntity> devices = deviceInfoMap.get(testRun.getKey()); in processReport() local
|
D | EmailHelper.java | 69 TestRunEntity testRun, List<DeviceInfoEntity> devices, String link) { in getEmailFooter()
|
D | DatastoreHelper.java | 161 List<String> devices = new ArrayList<>(); in getAllBuildFlavors() local
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 60 List<String> devices = new ArrayList<>(); in testEntitySerialization() local 127 List<String> devices = new ArrayList<>(); in testJsonSerialization() local
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_list.py | 45 def _PrintDevices(self, devices): argument
|
/test/vti/test_serving/gae/webapp/src/utils/ |
D | email_util.py | 57 def send_device_notification(devices): argument
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowGraphServlet.java | 116 private static String getDeviceSummary(List<DeviceInfoEntity> devices) { in getDeviceSummary() 147 List<String> devices = DatastoreHelper.getAllBuildFlavors(); in doGetHandler() local
|
D | ShowPlanReleaseServlet.java | 95 public final List<String> devices; field in ShowPlanReleaseServlet.TestPlanRunMetadata 257 Map<Key, Entity> devices = datastore.get(deviceGets); in getTestPlanDispatcher() local
|
D | ShowPlanRunServlet.java | 123 List<DeviceInfoEntity> devices = new ArrayList<>(); in doGetHandler() local
|
D | ShowTreeServlet.java | 227 Map<Key, Entity> devices = datastore.get(deviceGets); in doGetHandler() local
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServlet.java | 114 List<DeviceInfoEntity> devices, in updateSummaries() 245 List<DeviceInfoEntity> devices = new ArrayList<>(); in doPost() local
|
D | VtsAlertJobServlet.java | 178 List<DeviceInfoEntity> devices, in separateAcknowledged() 304 List<DeviceInfoEntity> devices = new ArrayList<>(); in getTestStatus() local
|
D | VtsCoverageAlertJobServlet.java | 129 List<DeviceInfoEntity> devices = new ArrayList<>(); in getTestCoverageStatus() local
|
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 177 'devices' : devices, property 207 function showModal(ack, key, test, branches, devices, testCases, note) { argument 326 function createAcknowledgment(key, test, branches, devices, testCases, note) { argument
|
/test/framework/harnesses/host_controller/vti_interface/ |
D | vti_endpoint_client.py | 100 def UploadDeviceInfo(self, hostname, devices): argument
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 179 devices = ndb.StringProperty() variable in LabModel 217 devices = messages.StringField(6) variable in LabMessage 247 devices = messages.MessageField(DeviceInfoMessage, 2, repeated=True) variable in HostInfoMessage 409 devices = messages.MessageField(DeviceInfoMessage, 1, repeated=True) variable in DeviceResponseMessage
|
/test/vti/test_serving/gae/ |
D | hostv1openapi.json | 101 "devices": { object 138 "devices": { object
|
D | labv1openapi.json | 101 "devices": { object 138 "devices": { object 230 "devices": { object
|
D | schedulev1openapi.json | 101 "devices": { object 138 "devices": { object 230 "devices": { object
|