Searched refs:DEQP_ONDEVICE_PKG (Results 1 – 2 of 2) sorted by relevance
61 private static final String DEQP_ONDEVICE_PKG = "com.drawelements.deqp"; field in DeqpTestRunnerTest190 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()211 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()334 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testResultCode()373 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testResultCode()505 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_multipleTests()539 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_multipleTests()608 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_unexecutableTests()658 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_unexecutableTests()704 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))). in testRun_queryPmListFailure()[all …]
53 private static final String DEQP_ONDEVICE_PKG = "com.drawelements.deqp"; field in DeqpTestRunner1753 getDevice().uninstallPackage(DEQP_ONDEVICE_PKG); in uninstallTestApk()