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.java44 private final int mJobId; field in TestAppInterface
51 mJobId = jobId; in TestAppInterface()
72 scheduleJobIntent.putExtra(TestJobSchedulerReceiver.EXTRA_JOB_ID_KEY, mJobId); in scheduleJob()
107 return (mTestJobStatus.jobId == mJobId) && mTestJobStatus.running; in awaitJobStart()
115 return (mTestJobStatus.jobId == mJobId) && !mTestJobStatus.running;