Searched refs:DEVICES (Results 1 – 3 of 3) sorted by relevance
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntity.java | 61 public static final String DEVICES = "devices"; field in TestAcknowledgmentEntity 165 ackEntity.setUnindexedProperty(DEVICES, new ArrayList<>(this.devices)); in toEntity() 200 if (e.hasProperty(DEVICES)) devices = (List<String>) e.getProperty(DEVICES); in fromEntity() 238 if (json.has(DEVICES)) { in fromJson() 239 devices = new Gson().fromJson(json.get(DEVICES), listType); in fromJson() 289 json.add(DEVICES, new Gson().toJsonTree(devices)); in toJson()
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 76 ((List<String>) e.getProperty(TestAcknowledgmentEntity.DEVICES)) in testEntitySerialization() 106 Assert.assertFalse(e.hasProperty(TestAcknowledgmentEntity.DEVICES)); in testEntitySerializationWithNulls()
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 87 private static final String DEVICES = "device456,device123"; field in ResultHandlerTest 469 SUITE_NAME, SUITE_VERSION, SUITE_PLAN, SUITE_BUILD, REPORT_VERSION, DEVICES, in writeResultDir()
|