Home
last modified time | relevance | path

Searched refs:getDevices (Results 1 – 5 of 5) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.component.ts69 this.getDevices(this.pageSize, this.pageSize * this.pageIndex);
82 getDevices(size = 0, offset = 0) { method in DeviceComponent
85 this.deviceService.getDevices(size, offset, filterJSON, this.sort, this.sortDirection)
109 this.getDevices(this.pageSize, this.pageSize * this.pageIndex);
127 this.getDevices(this.pageSize, this.pageSize * this.pageIndex);
136 this.getDevices(this.pageSize, this.pageSize * this.pageIndex);
Ddevice.service.ts34 getDevices(size: number, method in DeviceService
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DTestAcknowledgmentEntityTest.java88 Assert.assertTrue(deserialized.getDevices().containsAll(devices)); in testEntitySerialization()
115 Assert.assertEquals(0, deserialized.getDevices().size()); in testEntitySerializationWithNulls()
143 Assert.assertTrue(deserialized.getDevices().containsAll(devices)); in testJsonSerialization()
164 Assert.assertEquals(0, deserialized.getDevices().size()); in testJsonSerializationWithNulls()
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/suite/module/
DKernelTestModuleController.java93 for (ITestDevice device : context.getDevices()) { in deviceLowMem()
119 for (ITestDevice device : context.getDevices()) { in deviceWithHwasan()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java182 boolean allDevices = ack.getDevices() == null || ack.getDevices().size() == 0; in separateAcknowledged()
190 allDevices || ack.getDevices().contains(device.getBuildFlavor()); in separateAcknowledged()