Searched refs:mTestJobId (Results 1 – 1 of 1) sorted by relevance
79 private int mTestJobId; field in DeviceIdleJobsTest124 mTestJobId = (int) (SystemClock.uptimeMillis() / 1000); in setUp()248 scheduleJobIntent.putExtra(TestJobSchedulerReceiver.EXTRA_JOB_ID_KEY, mTestJobId); in sendScheduleJobBroadcast()316 return (mTestJobStatus.jobId == mTestJobId) && mTestJobStatus.running; in awaitJobStart()324 return (mTestJobStatus.jobId == mTestJobId) && !mTestJobStatus.running;