Searched refs:mJobId (Results 1 – 1 of 1) sorted by relevance
44 private final int mJobId; field in TestAppInterface51 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;