Searched refs:DEQP_ONDEVICE_PKG (Results 1 – 2 of 2) sorted by relevance
58 private static final String DEQP_ONDEVICE_PKG = "com.drawelements.deqp"; field in DeqpTestRunnerTest187 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()208 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()331 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testResultCode()370 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testResultCode()502 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_multipleTests()536 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_multipleTests()605 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_unexecutableTests()655 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("") in testRun_unexecutableTests()701 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 DeqpTestRunner1827 getDevice().uninstallPackage(DEQP_ONDEVICE_PKG); in uninstallTestApk()