Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java96 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;
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto238 // 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.
/cts/tests/media/
DREADME.md2 …sts/media/CtsMediaV2TestCases.zip) and is downloaded automatically while running tests. The test s…
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioAEC.java110 public void setRunning(boolean running) { in setRunning() argument
111 mRunning = running; in setRunning()