Home
last modified time | relevance | path

Searched refs:deviceInfo (Results 1 – 4 of 4) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestRunMetadata.java36 private String deviceInfo; field in TestRunMetadata
49 this.deviceInfo = ""; in TestRunMetadata()
93 this.deviceInfo = StringUtils.join(deviceInfoList, ", "); in processDeviceInfo()
102 return this.deviceInfo; in getDeviceInfo()
133 json.add(DEVICE_INFO, new JsonPrimitive(this.deviceInfo)); in toJson()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java474 deviceInfo -> { in doPost()
478 deviceInfo.branch, in doPost()
479 deviceInfo.product, in doPost()
480 deviceInfo.buildFlavor, in doPost()
481 deviceInfo.buildId, in doPost()
482 deviceInfo.abiBitness, in doPost()
483 deviceInfo.abiName); in doPost()
/test/vti/dashboard/src/main/webapp/js/
Dplan_runs.js38 $('<b></b>').text(entry.deviceInfo).appendTo(span);
Dtest_results.js248 if (metadata.deviceInfo) {
249 $('<b></b>').text(metadata.deviceInfo).appendTo(span);