Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java329 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_NONE, true); in testEJStoppedWhenRestricted()
347 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_NONE, true); in testRestrictedEJStartedWhenUnrestricted()
358 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_NONE, true); in testRestrictedEJAllowedWhenUidActive()
380 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_NONE, true); in testRestrictedEJAllowedWhenAutoRestrictedBucketFeatureOn()
391 mTestAppInterface.scheduleJob(false, NETWORK_TYPE_NONE, false); in testBackgroundRegJobsThermal()
425 mTestAppInterface.scheduleJob(false, NETWORK_TYPE_NONE, true); in testBackgroundEJsThermal()
504 mTestAppInterface.scheduleJob(false, NETWORK_TYPE_NONE, false); in testForegroundJobsThermal()
634 mTestAppInterface.scheduleJob(false, NETWORK_TYPE_NONE, false); in testJobsInRestrictedBucket_NoRequiredNetwork()
671 mTestAppInterface.scheduleJob(false, NETWORK_TYPE_ANY, false); in testJobsInRestrictedBucket_WithRequiredNetwork()
784 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_NONE, true); in testExpeditedJobBypassesBatterySaverOn()
[all …]
DConnectivityConstraintTest.java332 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_ANY, false); in testCellularConstraintExecutedAndStopped_Foreground()
432 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_ANY, true); in testExpeditedJobExecutes_DozeOn()
461 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_ANY, true); in testFgExpeditedJobBypassesDataSaver()
526 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_ANY, false); in testJobExecutes_afterAppIsKilled()
563 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_ANY, false, true); in testUserInitiatedJobExecutes_BatterySaverOn()
621 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_CELLULAR, false); in testCellularConstraintExecutedAndStopped()
669 mTestAppInterface.scheduleJob( in testJobParametersNetwork()
701 mTestAppInterface.scheduleJob( in testJobUidState()
756 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_CELLULAR, false); in testMeteredConstraintFails_withMobile_DataSaverOn()
777 mTestAppInterface.scheduleJob(false, JobInfo.NETWORK_TYPE_CELLULAR, true); in testEJMeteredConstraintFails_withMobile_DataSaverOn()
[all …]
DExpeditedJobTest.java83 mTestAppInterface.scheduleJob(Map.of( in testJobUidState_noRequiredNetwork()
101 mTestAppInterface.scheduleJob( in testJobUidState_withRequiredNetwork()
128 mTestAppInterface.scheduleJob( in testTopEJUnlimited()
DUserInitiatedJobTest.java168 mTestAppInterface.scheduleJob( in testTopUiUnlimited()
283 mTestAppInterface.scheduleJob( in testRestrictedTopToBg()
367 mTestAppInterface.scheduleJob( in testSchedulingBg()
384 mTestAppInterface.scheduleJob( in testSchedulingEj()
389 mTestAppInterface.scheduleJob( in testSchedulingEj()
409 mTestAppInterface.scheduleJob( in testSchedulingFgs_approved()
427 mTestAppInterface.scheduleJob( in testSchedulingFgs_disapproved()
439 mTestAppInterface.scheduleJob( in testSchedulingTop()
454 mTestAppInterface.scheduleJob( in testSchedulingUij()
472 mTestAppInterface.scheduleJob( in testSchedulingUij()
DTestAppInterface.java159 void scheduleJob(boolean allowWhileIdle, int requiredNetworkType, boolean asExpeditedJob) in scheduleJob() method in TestAppInterface
161 scheduleJob(allowWhileIdle, requiredNetworkType, asExpeditedJob, false); in scheduleJob()
164 void scheduleJob(boolean allowWhileIdle, int requiredNetworkType, boolean asExpeditedJob, in scheduleJob() method in TestAppInterface
166 scheduleJob( in scheduleJob()
191 void scheduleJob(Map<String, Boolean> booleanExtras, Map<String, Integer> intExtras) in scheduleJob() method in TestAppInterface
193 scheduleJob(booleanExtras, intExtras, Collections.emptyMap()); in scheduleJob()
196 void scheduleJob(Map<String, Boolean> booleanExtras, Map<String, Integer> intExtras, in scheduleJob() method in TestAppInterface
DNotificationTest.java162 mTestAppInterface.scheduleJob( in testNotificationRemovedOnForceStop()
202 testAppInterface.scheduleJob( in testNotificationRemovedOnPackageRestriction()
241 mTestAppInterface.scheduleJob( in testNotificationRemovedOnTaskManagerStop()
359 mTestAppInterface.scheduleJob( in testUserInitiatedJob_hasUijNotificationFlag()
382 mTestAppInterface.scheduleJob( in testNonUserInitiatedJob_doesNotHaveUijNotificationFlag()
DTimingConstraintsTest.java122 testAppInterface.scheduleJob( in testJobParameters_expiredDeadline()
DJobSchedulingTest.java89 mTestAppInterface.scheduleJob( in testAnr_onStartJob()
117 mTestAppInterface.scheduleJob( in testAnr_onStopJob()
/cts/tests/JobScheduler/src/android/jobscheduler/
DTriggerContentJobService.java52 scheduleJob(TriggerContentJobService.this, mRunningJobInfo);
62 public static void scheduleJob(Context context, JobInfo jobInfo) { in scheduleJob() method in TriggerContentJobService
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DTriggerContentJobService.java52 scheduleJob(TriggerContentJobService.this, mRunningJobInfo);
62 public static void scheduleJob(Context context, JobInfo jobInfo) { in scheduleJob() method in TriggerContentJobService
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DGarageModeChecker.java78 scheduleJob(context, highestJobNumber + 1, durationSeconds); in scheduleAnIdleJob()
81 private static void scheduleJob(Context context, int jobNumber, int durationSeconds) { in scheduleJob() method in GarageModeChecker
226 scheduleJob(mIdleJobContext, mJobParameter.getJobId() + 1, in doInBackground()