Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java89 private final SparseArray<TestJobState> mTestJobStates = new SparseArray(); field in TestAppInterface
147 mTestJobStates.clear(); in cleanup()
243 mTestJobStates.clear(); in kill()
371 synchronized (mTestJobStates) {
372 TestJobState jobState = mTestJobStates.get(params.getJobId());
375 mTestJobStates.put(params.getJobId(), jobState);
395 synchronized (mTestJobStates) {
398 TestJobState jobState = mTestJobStates.get(jobId);
401 mTestJobStates.put(jobId, jobState);
421 synchronized (mTestJobStates) { in awaitJobStart()
[all …]