Home
last modified time | relevance | path

Searched refs:assertJobNotReady (Results 1 – 6 of 6) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DIdleConstraintTest.java81 void assertJobNotReady() throws Exception { in assertJobNotReady() method in IdleConstraintTest
82 assertJobNotReady(STATE_JOB_ID); in assertJobNotReady()
129 assertJobNotReady(); in verifyActiveState()
258 assertJobNotReady(); in runIdleJobStartsOnlyWhenIdle()
270 assertJobNotReady(); in runIdleJobStartsOnlyWhenIdle()
DBatteryConstraintTest.java151 void assertJobNotReady() throws Exception { in assertJobNotReady() method in BatteryConstraintTest
152 assertJobNotReady(BATTERY_JOB_ID); in assertJobNotReady()
243 assertJobNotReady(); in testChargingConstraintFails()
249 assertJobNotReady(); in testChargingConstraintFails()
297 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()
303 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()
DTimingConstraintsTest.java58 assertJobNotReady(TIMING_JOB_ID); in testSchedulePeriodic()
73 assertJobNotReady(TIMING_JOB_ID); in testSchedulePeriodic_lowFlex()
DBaseJobSchedulerTest.java206 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in BaseJobSchedulerTest
DJobThrottlingTest.java739 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeoutInDoze()
772 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeoutInBatterySaver()
804 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeout_DozeAndBatterySaver()
1257 private void assertJobNotReady() throws Exception { in assertJobNotReady() method in JobThrottlingTest
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DConstraintTest.java201 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in ConstraintTest