Searched refs:mJobInfo (Results 1 – 2 of 2) sorted by relevance
81 private final PrintJobInfo mJobInfo; field in StartJobTask93 mJobInfo = printJob.getInfo(); in StartJobTask()100 PrintAttributes.MediaSize mediaSize = mJobInfo.getAttributes().getMediaSize(); in populateJobParams()104 mJobParams.num_copies = mJobInfo.getCopies(); in populateJobParams()108 mJobParams.job_name = mJobInfo.getLabel(); in populateJobParams()222 switch (mJobInfo.getAttributes().getDuplexMode()) { in getSides()261 switch (mJobInfo.getAttributes().getColorMode()) { in getColorSpace()282 return mJobInfo.getId().equals(ImagePrintActivity.getLastPrintJobId()); in isSharedPhoto()
93 @Mock private JobInfo mJobInfo; field in MigrationStateChangeJobTest457 when(mJobInfo.getId()).thenReturn(MIN_JOB_ID); in testCancelAllJobs()458 when(mJobScheduler.getAllPendingJobs()).thenReturn(List.of(mJobInfo)); in testCancelAllJobs()468 when(mJobInfo.getExtras()).thenReturn(mPersistableBundle); in configureExistsAMigrationPauseJob()469 when(mJobScheduler.getAllPendingJobs()).thenReturn(List.of(mJobInfo)); in configureExistsAMigrationPauseJob()477 when(mJobInfo.getExtras()).thenReturn(mPersistableBundle); in configureExistsAMigrationCompleteJob()478 when(mJobScheduler.getAllPendingJobs()).thenReturn(List.of(mJobInfo)); in configureExistsAMigrationCompleteJob()