Searched refs:FAKE_SERIAL (Results 1 – 3 of 3) sorted by relevance
58 private static final String FAKE_SERIAL = "FAKE_SERIAL"; field in VersionedTfLauncherTest139 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()
50 private static final String FAKE_SERIAL = "fakeserial"; field in DeviceTestSuiteTest.MockAbortTest53 throw new DeviceNotAvailableException(EXCEP_MSG, FAKE_SERIAL); in test1()
94 private static final String FAKE_SERIAL = "fakeserial"; field in DeviceTestCaseTest.MockAbortTest97 throw new DeviceNotAvailableException(EXCEP_MSG, FAKE_SERIAL); in test1()