/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/ui/settings/ |
D | FingerprintSettingsNavigationViewModelTest.kt | 87 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 …]
|
D | FingerprintSettingsViewModelTest.kt | 127 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/ |
D | RFPSIconTouchViewModelTest.kt | 66 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/ |
D | FileOperationService.java | 247 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/ |
D | FingerprintManagerInteractorTest.kt | 181 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/ |
D | FingerprintEnrollFindSensorViewModelV2Test.kt | 165 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/ |
D | ImageProcessorProxyListener.java | 150 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/ |
D | FingerprintEnrollConfirmationViewModelTest.kt | 118 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
|
D | FingerprintEnrollEnrollingViewModelTest.kt | 116 val job = launch { in testEnrollShouldBeFalse() constant 136 val job = launch { in testEnrollShouldBeFalseWhenBackground() constant
|
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/ |
D | MigrationStateChangeJobTest.java | 481 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/ |
D | JobLimiter.java | 48 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/ |
D | PeriodicEncodingJobService.java | 174 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/ |
D | TestJobListener.java | 40 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/ |
D | CobaltJobService.java | 148 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/ |
D | EpochJobService.java | 170 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/ |
D | DebugReportingJobService.java | 104 static void schedule(JobScheduler jobScheduler, JobInfo job) { in schedule() 130 JobInfo job = buildJobInfo(context, flags); in scheduleIfNeeded() local
|
D | AggregateReportingJobService.java | 144 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/ |
D | AsyncRegistrationQueueJobService.java | 151 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/ |
D | AttributionJobService.java | 212 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/ |
D | SecretkeeperJobService.java | 84 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/ |
D | ThreadPool.java | 97 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/ |
D | MaintenanceJobService.java | 190 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/ |
D | DictionaryInfoUtilsTests.java | 42 final RunInLocale<SpacingAndPunctuations> job = new RunInLocale<SpacingAndPunctuations>() { in testLooksValidForDictionaryInsertion() local
|
/packages/apps/Settings/src/com/android/settings/homepage/ |
D | TopLevelSettings.java | 362 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/ |
D | PreviewEffectsLoadingBinder.kt | 47 val job = in <lambda>() constant
|