Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java85 private final int mJobId; field in TestAppInterface
93 mJobId = jobId; in TestAppInterface()
182 scheduleJobIntent.putExtra(TestJobSchedulerReceiver.EXTRA_JOB_ID_KEY, mJobId); in generateScheduleJobIntent()
238 runSatisfiedJob(mJobId); in runSatisfiedJob()
270 + " -u " + UserHandle.myUserId() + " " + TEST_APP_PACKAGE + " " + mJobId); in forceRunJob()
277 + " " + TEST_APP_PACKAGE + " " + mJobId); in stopJob()
292 + " -u " + UserHandle.myUserId() + " " + TEST_APP_PACKAGE + " " + mJobId); in cancelJob()
416 return awaitJobStart(mJobId, maxWait); in awaitJobStart()
431 TestJobState jobState = mTestJobStates.get(mJobId);
450 TestJobState jobState = mTestJobStates.get(mJobId);
[all …]