Home
last modified time | relevance | path

Searched defs:job (Results 1 – 25 of 99) sorted by relevance

1234

/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/ui/settings/
DFingerprintSettingsNavigationViewModelTest.kt87 val job = launch { underTest.nextStep.collect { nextStep = it } } in testNoGateKeeper_launchesConfirmDeviceCredential() constant
98 val job = launch { underTest.nextStep.collect { nextStep = it } } in testConfirmDevice_fails() constant
111 val job = launch { underTest.nextStep.collect { nextStep = it } } in confirmDeviceSuccess_noGateKeeper() constant
126 val job = launch { underTest.nextStep.collect { nextStep = it } } in confirmDeviceSuccess_launchesEnrollment_ifNoPreviousEnrollments() constant
141 val job = launch { underTest.nextStep.collect { nextStep = it } } in firstEnrollment_failsWithReason() constant
160 val job = launch { underTest.nextStep.collect { nextStep = it } } in firstEnrollmentSucceeds_noToken() constant
176 val job = launch { underTest.nextStep.collect { nextStep = it } } in firstEnrollmentSucceeds_noKeyChallenge() constant
194 val job = testScope.launch { underTest.nextStep.collect { nextStep = it } } in firstEnrollment_succeeds() constant
215 val job = launch { underTest.nextStep.collect { nextStep = it } } in enrollAdditionalFingerprints_fails() constant
233 val job = launch { underTest.nextStep.collect { nextStep = it } } in enrollAdditional_success() constant
[all …]
DFingerprintSettingsViewModelTest.kt127 val job = launch { underTest.authFlow.take(5).collectLatest { authAttempt = it } } in authenticate_DoesNotRun_ifOptical() constant
169 val job = launch { underTest.authFlow.take(5).collectLatest { authAttempt = it } } in authenticate_DoesNotRun_ifUltrasonic() constant
212 val job = launch { underTest.authFlow.take(5).collectLatest { authAttempt = it } } in authenticate_DoesRun_ifNotUdfps() constant
339 val job = launch { underTest.authFlow.take(5).collectLatest { authAttempt = it } } in authenticatePauses_whenPaused() constant
364 val job = launch { underTest.authFlow.take(1).collectLatest { authAttempt = it } } in dialog_pausesAuth() constant
381 val job = launch { underTest.authFlow.take(1).collectLatest { authAttempt = it } } in cannotAuth_when_notShowingSettings() constant
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/ui/enrollment/modules/enrolling/rfps/viewmodel/
DRFPSIconTouchViewModelTest.kt66 val job = launch { rfpsIconTouchViewModel.shouldShowDialog.collect { shouldShowDialog = it } } in initShouldNotShowDialog() constant
79 val job = launch { rfpsIconTouchViewModel.shouldShowDialog.collect { shouldShowDialog = it } } in shouldShowDialogTest() constant
96 val job = launch { rfpsIconTouchViewModel.shouldShowDialog.collect { shouldShowDialog = it } } in stateShouldBeFalseAfterReset() constant
119 val job = launch { rfpsIconTouchViewModel.shouldShowDialog.collect { shouldShowDialog = it } } in toggleMultipleTimes() constant
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java247 Job job = operation.createJob(this, this, jobId, features); in handleOperation() local
318 private void deleteJob(Job job) { in deleteJob()
365 public void onStart(Job job) { in onStart()
397 public void onFinished(Job job) { in onFinished()
427 private void updateForegroundState(Job job) { in updateForegroundState()
455 private void cleanUpNotification(Job job) { in cleanUpNotification()
497 private final Job job; field in FileOperationService.JobRecord
500 public JobRecord(Job job, Future<?> future) { in JobRecord()
518 private JobMonitor(Job job) { in JobMonitor()
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/domain/interactor/
DFingerprintManagerInteractorTest.kt181 val job = testScope.launch { result = underTest.generateChallenge(1L) } in testGenerateChallenge() constant
203 val job = in testRemoveFingerprint_succeeds() constant
226 val job = in testRemoveFingerprint_fails() constant
260 val job = launch { result = underTest.authenticate() } in testAuth_succeeds() constant
287 val job = launch { result = underTest.authenticate() } in testAuth_lockout() constant
316 val job = launch { in testEnroll_progress() constant
345 val job = launch { in testEnroll_help() constant
374 val job = launch { in testEnroll_error() constant
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/enrollment/viewmodel/
DFingerprintEnrollFindSensorViewModelV2Test.kt165 val job = launch { underTest.udfpsLottieInfo.collect { udfpsLottieInfo = it } } in udfpsLottieInfo() constant
177 val job = launch { in sfpsLottieInfoWhenFolded() constant
197 val job = launch { in sfpsLottieInfoWhenUnFolded() constant
229 val job = launch { underTest.showRfpsAnimation.collect { showRfpsAnimation = it } } in rfpsAnimation() constant
253 val job = launch { underTest.showPrimaryButton.collect { showPrimaryButton = it } } in showPrimaryButton_ifUdfps() constant
264 val job = launch { underTest.showPrimaryButton.collect { showPrimaryButton = it } } in doesNotShowPrimaryButton_ifNonUdfps() constant
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageProcessorProxyListener.java150 public void onStart(TaskImageContainer.TaskInfo job) { in onStart()
161 public void onResultCompressed(TaskImageContainer.TaskInfo job, in onResultCompressed()
173 public void onResultUncompressed(TaskImageContainer.TaskInfo job, in onResultUncompressed()
185 public void onResultUri(TaskImageContainer.TaskInfo job, Uri uri) { in onResultUri()
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/ui/enrollment/viewmodel/
DFingerprintEnrollConfirmationViewModelTest.kt118 val job = launch { in testCanEnrollFingerprints() constant
133 val job = launch { navigationViewModel.navigateTo.collect { step = it } } in testNextButtonSendsNextStep() constant
151 val job = launch { navigationViewModel.navigateTo.collect { step = it } } in testAddAnotherSendsAction() constant
DFingerprintEnrollEnrollingViewModelTest.kt116 val job = launch { in testEnrollShouldBeFalse() constant
136 val job = launch { in testEnrollShouldBeFalseWhenBackground() constant
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/
DMigrationStateChangeJobTest.java481 private boolean hasExpectedParameters(JobInfo job, String jobName, long jobRunInterval) { in hasExpectedParameters()
491 private boolean hasCorrectUserId(JobInfo job) { in hasCorrectUserId()
497 private boolean hasCorrectName(JobInfo job, String name) { in hasCorrectName()
502 private boolean isExpectedComponent(JobInfo job) { in isExpectedComponent()
508 private boolean isJobIdSet(JobInfo job) { in isJobIdSet()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DJobLimiter.java48 public JobWrapper(Job<T> job, FutureListener<T> listener) { in JobWrapper()
105 Job<T> job = null; in run() local
136 public synchronized <T> Future<T> submit(Job<T> job, FutureListener<T> listener) { in submit()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/
DPeriodicEncodingJobService.java174 JobInfo job = jobScheduler.getPendingJob(PROTECTED_SIGNALS_PERIODIC_ENCODING_JOB_ID); in scheduleIfNeeded() local
204 final JobInfo job = in schedule() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestJobListener.java40 public void onStart(Job job) { in onStart()
45 public void onFinished(Job job) { in onFinished()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/
DCobaltJobService.java148 JobInfo job = in schedule() local
183 JobInfo job = jobScheduler.getPendingJob(COBALT_LOGGING_JOB_ID); in scheduleIfNeeded() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DEpochJobService.java170 final JobInfo job = in schedule() local
214 JobInfo job = jobScheduler.getPendingJob(TOPICS_EPOCH_JOB_ID); in scheduleIfNeeded() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportingJobService.java104 static void schedule(JobScheduler jobScheduler, JobInfo job) { in schedule()
130 JobInfo job = buildJobInfo(context, flags); in scheduleIfNeeded() local
DAggregateReportingJobService.java144 static void schedule(JobScheduler jobScheduler, JobInfo job) { in schedule()
182 final JobInfo job = in buildJobInfo() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueJobService.java151 protected static void schedule(JobScheduler jobScheduler, JobInfo job) { in schedule()
222 final JobInfo job = in scheduleImmediately() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobService.java212 final JobInfo job = buildJobInfo(context, flags); in scheduleIfNeeded() local
236 final JobInfo job = in scheduleImmediately() local
/packages/modules/Virtualization/java/service/src/com/android/system/virtualmachine/
DSecretkeeperJobService.java84 SecretkeeperJob job = new SecretkeeperJob(getPackageManager()); in onStartJob() local
108 SecretkeeperJob job = sJob.getAndSet(null); in onStopJob() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
DThreadPool.java97 public <T> Future<T> submit(Job<T> job, FutureListener<T> listener) { in submit()
103 public <T> Future<T> submit(Job<T> job) { in submit()
119 public Worker(Job<T> job, FutureListener<T> listener) { in Worker()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DMaintenanceJobService.java190 final JobInfo job = in schedule() local
230 JobInfo job = jobScheduler.getPendingJob(MAINTENANCE_JOB_ID); in scheduleIfNeeded() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtilsTests.java42 final RunInLocale<SpacingAndPunctuations> job = new RunInLocale<SpacingAndPunctuations>() { in testLooksValidForDictionaryInsertion() local
/packages/apps/Settings/src/com/android/settings/homepage/
DTopLevelSettings.java362 private void iteratePreferences(PreferenceJob job) { in iteratePreferences()
375 private void iteratePreferences(PreferenceGroup group, PreferenceJob job) { in iteratePreferences()
381 iteratePreferences((PreferenceCategory) preference, job); in iteratePreferences() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DPreviewEffectsLoadingBinder.kt47 val job = in <lambda>() constant

1234