Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java167 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testGlesVersion() local
184 EasyMock.expect(mockDevice.getProperty("ro.opengles.version")) in testGlesVersion()
190 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()
192 EasyMock.expect(mockDevice.installPackage(EasyMock.<File>anyObject(), in testGlesVersion()
197 expectRenderConfigQuery(mockDevice, requiredMajorVersion, in testGlesVersion()
208 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, in testGlesVersion()
211 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()
227 EasyMock.replay(mockDevice, mockIDevice); in testGlesVersion()
230 deqpTest.setDevice(mockDevice); in testGlesVersion()
235 EasyMock.verify(mockDevice, mockIDevice); in testGlesVersion()
[all …]