Home
last modified time | relevance | path

Searched refs:FAKE_SERIAL (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DVersionedTfLauncherTest.java58 private static final String FAKE_SERIAL = "FAKE_SERIAL"; field in VersionedTfLauncherTest
139 EasyMock.eq(FAKE_SERIAL), in testRun_singleDevice()
157 EasyMock.expect(mMockTestDevice.getSerialNumber()).andReturn(FAKE_SERIAL).times(1); in testRun_singleDevice()
346 EasyMock.eq(FAKE_SERIAL), in testGetTestShard()
365 EasyMock.expect(mMockTestDevice.getSerialNumber()).andReturn(FAKE_SERIAL).times(1); in testGetTestShard()
DDeviceTestSuiteTest.java50 private static final String FAKE_SERIAL = "fakeserial"; field in DeviceTestSuiteTest.MockAbortTest
53 throw new DeviceNotAvailableException(EXCEP_MSG, FAKE_SERIAL); in test1()
DDeviceTestCaseTest.java94 private static final String FAKE_SERIAL = "fakeserial"; field in DeviceTestCaseTest.MockAbortTest
97 throw new DeviceNotAvailableException(EXCEP_MSG, FAKE_SERIAL); in test1()