Searched refs:running (Results 1 – 4 of 4) sorted by relevance
96 mTestJobStatus.running = ACTION_JOB_STARTED.equals(intent.getAction());107 return (mTestJobStatus.jobId == mJobId) && mTestJobStatus.running; in awaitJobStart()115 return (mTestJobStatus.jobId == mJobId) && !mTestJobStatus.running;130 boolean running;133 running = false;
238 // Information about the host running the test suite.241 // Hostname of the machine running the tests.244 // Operating system running on the host.336 // Set of values captured when running the PTS test.
2 …sts/media/CtsMediaV2TestCases.zip) and is downloaded automatically while running tests. The test s…
110 public void setRunning(boolean running) { in setRunning() argument111 mRunning = running; in setRunning()