Home
last modified time | relevance | path

Searched refs:getDevices (Results 1 – 15 of 15) 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/harnesses/tradefed/src/com/android/tradefed/device/metric/
DVtsHalTraceCollector.java51 for (ITestDevice device : getDevices()) { in onTestRunStart()
76 for (ITestDevice device : getDevices()) { in onTestRunEnd()
DVtsCoverageCollector.java47 for (ITestDevice device : getDevices()) { in onTestRunStart()
77 for (ITestDevice device : getDevices()) { in onTestRunEnd()
/test/vts/harnesses/tradefed/src/com/android/tradefed/module/
DVtsHalAdapterModuleController.java46 ITestDevice device = context.getDevices().get(0); in shouldRun()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsTestPlanResultReporter.java124 setUp(context.getDevices().get(0), context.getBuildInfos().get(0)); in setUp()
179 tearDown(context.getDevices().get(0), context.getBuildInfos().get(0), e); in tearDown()
DVtsPythonVirtualenvPreparer.java129 ITestDevice device = context.getDevices().get(0); in setUp()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/module/
DVtsHalAdapterModuleControllerTest.java58 doReturn(mDevices).when(mInvocationContext).getDevices(); in setUp()
/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()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/device/metric/
DVtsCoverageCollectorTest.java75 doReturn(mDevices).when(mMockContext).getDevices(); in setUp()
DVtsHalTraceCollectorTest.java80 EasyMock.expect(mMockContext.getDevices()).andReturn(mDevices); in testOnTestRunEnd()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java535 setDevice(context.getDevices().get(0)); in setInvocationContext()
831 for (ITestDevice device : mInvocationContext.getDevices()) { in updateVtsRunnerTestConfig()
1429 for (ITestDevice device : mInvocationContext.getDevices()) { in doRunTest()
1434 for (ITestDevice device : mInvocationContext.getDevices()) { in doRunTest()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java64 ITestDevice primaryDevice = context.getDevices().get(0); in invocationStarted()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java170 EasyMock.expect(mockInvocationContext.getDevices()) in createMockInvocationContext()