Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java65 private final TestJobState mTestJobState = new TestJobState(); field in TestAppInterface
84 mTestJobState.reset(); in cleanup()
149 synchronized (mTestJobState) {
150 mTestJobState.running = ACTION_JOB_STARTED.equals(intent.getAction());
151 mTestJobState.jobId = params.getJobId();
152 mTestJobState.params = params;
154 mTestJobState.procState = intent.getIntExtra(JOB_PROC_STATE_KEY,
156 mTestJobState.capabilities = intent.getIntExtra(JOB_CAPABILITIES_KEY,
158 mTestJobState.oomScoreAdj = intent.getIntExtra(JOB_OOM_SCORE_ADJ_KEY,
169 synchronized (mTestJobState) { in awaitJobStart()
[all …]