Home
last modified time | relevance | path

Searched refs:setExpectedExecutions (Results 1 – 18 of 18) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobParametersTest.java61 kTestEnvironment.setExpectedExecutions(1); in testClipData()
79 kTestEnvironment.setExpectedExecutions(1); in testExtras()
96 kTestEnvironment.setExpectedExecutions(1); in testExpedited()
108 kTestEnvironment.setExpectedExecutions(1); in testExpedited()
125 kTestEnvironment.setExpectedExecutions(1); in testUserInitiated()
137 kTestEnvironment.setExpectedExecutions(1); in testUserInitiated()
150 kTestEnvironment.setExpectedExecutions(1); in testJobId()
169 kTestEnvironment.setExpectedExecutions(1); in testNamespaceJobParameters()
180 kTestEnvironment.setExpectedExecutions(1); in testNamespaceJobParameters()
223 kTestEnvironment.setExpectedExecutions(1); in verifyStopReason()
[all …]
DStorageConstraintTest.java74 kTestEnvironment.setExpectedExecutions(1); in testNotLowConstraintExecutes()
94 kTestEnvironment.setExpectedExecutions(0); in testNotLowConstraintFails()
105 kTestEnvironment.setExpectedExecutions(1); in testNotLowConstraintFails()
120 kTestEnvironment.setExpectedExecutions(1); in testJobStoppedWhenStorageLow()
DTimingConstraintsTest.java50 kTestEnvironment.setExpectedExecutions(1); in testSchedulePeriodic()
67 kTestEnvironment.setExpectedExecutions(0); in testSchedulePeriodic_lowFlex()
82 kTestEnvironment.setExpectedExecutions(0); in testCancel()
95 kTestEnvironment.setExpectedExecutions(1); in testExplicitZeroLatency()
146 kTestEnvironment.setExpectedExecutions(1); in testJobParameters_unexpiredDeadline()
161 kTestEnvironment.setExpectedExecutions(1); in testJobParameters_unexpiredDeadline()
DBatteryConstraintTest.java141 kTestEnvironment.setExpectedExecutions(1); in testChargingConstraintExecutes()
161 kTestEnvironment.setExpectedExecutions(1); in testBatteryNotLowConstraintExecutes_withPower()
186 kTestEnvironment.setExpectedExecutions(1); in testBatteryNotLowConstraintExecutes_withoutPower()
213 kTestEnvironment.setExpectedExecutions(0); in testChargingConstraintFails()
226 kTestEnvironment.setExpectedExecutions(1); in testChargingConstraintFails()
267 kTestEnvironment.setExpectedExecutions(0); in testBatteryNotLowConstraintFails_withoutPower()
280 kTestEnvironment.setExpectedExecutions(1); in testBatteryNotLowConstraintFails_withoutPower()
DComponentConstraintTest.java46 kTestEnvironment.setExpectedExecutions(1); in testScheduleAfterComponentEnabled()
70 kTestEnvironment.setExpectedExecutions(0); in testComponentDisabledAfterSchedule()
80 kTestEnvironment.setExpectedExecutions(1); in testComponentDisabledAndReenabledAfterSchedule()
DIdleConstraintTest.java114 kTestEnvironment.setExpectedExecutions(1); in verifyIdleState()
130 kTestEnvironment.setExpectedExecutions(0); in verifyActiveState()
258 kTestEnvironment.setExpectedExecutions(0); in runIdleJobStartsOnlyWhenIdle()
269 kTestEnvironment.setExpectedExecutions(0); in runIdleJobStartsOnlyWhenIdle()
281 kTestEnvironment.setExpectedExecutions(1); in runIdleJobStartsOnlyWhenIdle()
293 kTestEnvironment.setExpectedExecutions(1); in runIdleJobStartsOnlyWhenIdle()
DConnectivityConstraintTest.java125 kTestEnvironment.setExpectedExecutions(1); in testUnmeteredConstraintExecutes_withWifi()
146 kTestEnvironment.setExpectedExecutions(1); in testConnectivityConstraintExecutes_withWifi()
169 kTestEnvironment.setExpectedExecutions(1); in testConnectivityConstraintExecutes_withWifi_DataSaverOn()
190 kTestEnvironment.setExpectedExecutions(1); in testConnectivityConstraintExecutes_withMobile()
215 kTestEnvironment.setExpectedExecutions(1); in testConnectivityConstraintExecutes_withMeteredWifi()
239 kTestEnvironment.setExpectedExecutions(1); in testConnectivityConstraintExecutes_transitionNetworks()
274 kTestEnvironment.setExpectedExecutions(1); in testConnectivityConstraintExecutes_metered_mobile()
299 kTestEnvironment.setExpectedExecutions(1); in testConnectivityConstraintExecutes_metered_Wifi()
368 kTestEnvironment.setExpectedExecutions(1); in testExpeditedJobExecutes_IdleApp()
404 kTestEnvironment.setExpectedExecutions(1); in testExpeditedJobExecutes_BatterySaverOn()
[all …]
DTriggerContentTest.java248 kTriggerTestEnvironment.setExpectedExecutions(1); in testDescendantsObserver()
259 kTriggerTestEnvironment.setExpectedExecutions(1); in testDescendantsObserver()
295 kTriggerTestEnvironment.setExpectedExecutions(1); in testNonDescendantsObserver()
306 kTriggerTestEnvironment.setExpectedExecutions(1); in testNonDescendantsObserver()
336 kTriggerTestEnvironment.setExpectedExecutions(1); in testPhotoAdded_Reschedule()
348 kTriggerTestEnvironment.setExpectedExecutions(1); in testPhotoAdded_Reschedule()
379 kTriggerTestEnvironment.setExpectedExecutions(1); in testPhotoAdded_Reschedule()
405 kTriggerTestEnvironment.setExpectedExecutions(1); in xxxtestPhotoAdded_FinishTrue()
417 kTriggerTestEnvironment.setExpectedExecutions(1); in xxxtestPhotoAdded_FinishTrue()
446 kTriggerTestEnvironment.setExpectedExecutions(1); in xxxtestPhotoAdded_FinishTrue()
DDataTransferTest.java56 kTestEnvironment.setExpectedExecutions(1); in testUpdateEstimatedNetworkBytes()
79 kTestEnvironment.setExpectedExecutions(1); in testUpdateTransferredNetworkBytes()
DNotificationTest.java92 kTestEnvironment.setExpectedExecutions(1); in testNotificationJobEndDetach()
129 kTestEnvironment.setExpectedExecutions(1); in testNotificationJobEndRemove()
416 kTestEnvironment.setExpectedExecutions(1); in testUserInitiatedJobNotificationBehavior()
468 kTestEnvironment.setExpectedExecutions(1); in testNonUserInitiatedJobNotificationBehavior()
DJobSchedulingTest.java140 kTestEnvironment.setExpectedExecutions(1); in testCancel_runningJob()
264 kTestEnvironment.setExpectedExecutions(1 + numMinPriorityJobs);
472 kTestEnvironment.setExpectedExecutions(1);
595 kTestEnvironment.setExpectedExecutions(1);
DJobWorkItemTest.java53 kTestEnvironment.setExpectedExecutions(1); in testAllInfoGivenToJob()
276 kTestEnvironment.setExpectedExecutions(1); in testDeliveryCountBumped()
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DEnqueueJobWorkTest.java111 kTestEnvironment.setExpectedExecutions(1); in testEnqueueOneWork()
140 kTestEnvironment.setExpectedExecutions(1); in testEnqueueMultipleWork()
178 kTestEnvironment.setExpectedExecutions(1); in testEnqueueMultipleSubWork()
203 kTestEnvironment.setExpectedExecutions(1); in testEnqueuedWorkNewConstraints()
233 kTestEnvironment.setExpectedExecutions(1); in testEnqueueParallel2Work()
255 kTestEnvironment.setExpectedExecutions(1); in testEnqueueParallel2ReverseWork()
290 kTestEnvironment.setExpectedExecutions(1); in testEnqueueMultipleParallelWork()
321 kTestEnvironment.setExpectedExecutions(1); in testEnqueueMultipleRedeliver()
348 kTestEnvironment.setExpectedExecutions(1); in testEnqueueMultipleRedeliver()
377 kTestEnvironment.setExpectedExecutions(1); in testEnqueueMultipleParallelRedeliver()
[all …]
DClipDataJobTest.java74 kTestEnvironment.setExpectedExecutions(1); in testClipDataGrant()
132 kTestEnvironment.setExpectedExecutions(1); in testClipDataGrantReschedule()
/cts/tests/JobScheduler/src/android/jobscheduler/
DTriggerContentJobService.java173 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() method in TriggerContentJobService.TestEnvironment
DMockJobService.java601 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() method in MockJobService.TestEnvironment
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DTriggerContentJobService.java173 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() method in TriggerContentJobService.TestEnvironment
DMockJobService.java484 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() method in MockJobService.TestEnvironment