Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DStartJobTask.java81 private final PrintJobInfo mJobInfo; field in StartJobTask
93 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()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/
DMigrationStateChangeJobTest.java93 @Mock private JobInfo mJobInfo; field in MigrationStateChangeJobTest
457 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()