Searched refs:executeShellCommand (Results 1 – 3 of 3) sorted by relevance
240 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testGlesVersion()242 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testGlesVersion()244 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testGlesVersion()246 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testGlesVersion()311 mockDevice.executeShellCommand(EasyMock.eq(command), in expectRenderConfigQueryAndReturn()394 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testResultCode()396 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testResultCode()398 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testResultCode()400 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testResultCode()561 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver… in testRun_multipleTests()[all …]
984 final String processes = mDevice.executeShellCommand("ps | grep com.drawelements"); in getDeqpProcessPids()1005 mDevice.executeShellCommand(String.format("kill -9 %d", processId)); in killDeqpProcess()1414 mDevice.getIDevice().executeShellCommand(command, receiver, in executeShellCommandAndReadOutput()1494 mDevice.executeShellCommand("rm " + testCaseFilename); in executeTestRunBatchRun()1495 mDevice.executeShellCommand("rm " + APP_DIR + LOG_FILE_NAME); in executeTestRunBatchRun()1881 mDevice.executeShellCommand(command, parser); in queryIsSupportedConfigCommandLine()1923 String commandOutput = device.executeShellCommand(command); in queryDeviceFeatures()2265 mDevice.executeShellCommand("settings delete global angle_gl_driver_selection_pkgs"); in setupTestEnvironment()2266 mDevice.executeShellCommand("settings delete global angle_gl_driver_selection_values"); in setupTestEnvironment()2272 mDevice.executeShellCommand( in setupTestEnvironment()[all …]
131 executeShellCommand: function (...args) { method