Home
last modified time | relevance | path

Searched refs:scheduleJob (Results 1 – 23 of 23) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/
DPeriodicEncodingJobServiceTest.java157 scheduleJob(existingJobInfo); in testOnStartJobConsentRevokedGaUxDisabled()
202 scheduleJob(existingJobInfo); in testOnStartJobProtectedSignalsKillSwitchOn()
379 JobInfo job = scheduleJob(existingJobInfo); in testScheduleIfNeeded_AlreadyScheduled_isNotRescheduled()
406 scheduleJob(existingJobInfo); in testScheduleIfNeeded_AlreadyScheduledTimeoutChanged_isRescheduled()
429 scheduleJob(existingJobInfo); in testScheduleIfNeededUnderMin()
449 scheduleJob(existingJobInfo); in testScheduleIfNeededForceSuccess()
527 scheduleJob(existingJobInfo); in testOnStartJobShouldDisableJobTrue()
564 scheduleJob(existingJobInfo); in testOnStartJobFlagDisabled()
584 scheduleJob(existingJobInfo); in testOnStartJobConsentRevokedGaUxEnabled()
640 private JobInfo scheduleJob(JobInfo existingJobInfo) { in scheduleJob() method in PeriodicEncodingJobServiceTest
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/scheduling/
DPolicyJobSchedulerTest.java136 () -> mPolicyJobScheduler.scheduleJob(sContext, jobSpec)); in testScheduleJob_jobNotConfigured()
144 assertThat(mPolicyJobScheduler.scheduleJob(sContext, sJobSpec)) in testScheduleJob_skipForNotEnabled()
158 .that(mPolicyJobScheduler.scheduleJob(sContext, sJobSpec)) in testScheduleJob_skipSchedulingOnSameInfo()
168 .that(mPolicyJobScheduler.scheduleJob(sContext, jobSpec)) in testScheduleJob_forceSchedule()
182 .that(mPolicyJobScheduler.scheduleJob(sContext, updatedJobSpec)) in testScheduleJob_rescheduleWithDifferentInfo()
209 .scheduleJob(sContext, sJobSpec); in testSchedule()
350 .that(mPolicyJobScheduler.scheduleJob(sContext, sJobSpec)) in scheduleOneTimeJobWithDefaultConstraints()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DPrimarySubscriptionListChangedServiceTest.java54 PrimarySubscriptionListChangedService.scheduleJob(context, intent); in schedulePrimarySubscriptionChanged_addSchedule_intentPassToJobInfo()
72 PrimarySubscriptionListChangedService.scheduleJob(context, new Intent()); in schedulePrimarySubscriptionChanged_addSchedule_whenInvoked()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DMyServiceClient.java129 public int scheduleJob(JobInfo jobInfo) throws RemoteException { in scheduleJob() method in MyServiceClient
131 return mService.scheduleJob(jobInfo); in scheduleJob()
DAbstractRestrictBackgroundNetworkTestCase.java1010 RESULT_SUCCESS, mServiceClient.scheduleJob(jobInfo)); in launchComponentAndAssertNetworkAccess()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/aidl/com/android/cts/netpolicy/hostside/
DIMyService.aidl32 int scheduleJob(in JobInfo jobInfo); in scheduleJob() method
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVoicemailNotificationJobService.java38 public static void scheduleJob(Context context) { in scheduleJob() method in VoicemailNotificationJobService
DVisualVoicemailUpdateTask.java120 VoicemailNotificationJobService.scheduleJob(context); in updateNotification()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/scheduling/
DPolicyJobScheduler.java110 Futures.submit(() -> scheduleJob(context, jobSpec), mExecutor); in schedule()
117 int scheduleJob(Context context, JobSpec jobSpec) { in scheduleJob() method in PolicyJobScheduler
/packages/apps/Settings/src/com/android/settings/sim/
DPrimarySubscriptionListChangedService.kt69 fun scheduleJob(context: Context, intent: Intent) { in scheduleJob() method
DSimSelectNotification.java107 PrimarySubscriptionListChangedService.scheduleJob(context, intent); in onReceive()
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
DTaskReceiver.java83 TaskSchedulerJobService.scheduleJob(context.getApplicationContext(), taskList, 0, true); in onReceive()
DTaskSchedulerJobService.java99 public static void scheduleJob( in scheduleJob() method in TaskSchedulerJobService
DTaskExecutor.java181 TaskSchedulerJobService.scheduleJob( in run()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadJobService.java106 Helpers.scheduleJob(this, DownloadInfo.queryDownloadInfo(this, id)); in jobFinishedInternal()
DHelpers.java148 public static void scheduleJob(Context context, long downloadId) { in scheduleJob() method in Helpers
149 final boolean scheduled = scheduleJob(context, in scheduleJob()
162 public static boolean scheduleJob(Context context, DownloadInfo info) { in scheduleJob() method in Helpers
DDownloadReceiver.java129 Helpers.scheduleJob(context, info); in handleBootCompleted()
DDownloadProvider.java930 Helpers.scheduleJob(getContext(), rowID); in insert()
1508 Helpers.scheduleJob(context, info); in update()
/packages/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/
DPermissionUtils.java358 scheduleJob(automation, packageName, jobId, timeout, intentAction, onBootReceiver); in resetPermissionControllerJob()
368 public static void scheduleJob(@NonNull UiAutomation automation, in scheduleJob() method in PermissionUtils
/packages/modules/Virtualization/java/service/src/com/android/system/virtualmachine/
DVirtualizationSystemService.java63 SecretkeeperJobService.scheduleJob(getContext().getSystemService(JobScheduler.class)); in onBootPhase()
DSecretkeeperJobService.java58 static void scheduleJob(JobScheduler scheduler) { in scheduleJob() method in SecretkeeperJobService
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
DMyService.java166 public int scheduleJob(JobInfo jobInfo) {
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DLocationAccessCheckTest.java361 PermissionUtils.scheduleJob(sUiAutomation, PERMISSION_CONTROLLER_PKG, in runLocationCheck()