Searched refs:assertJobNotReady (Results 1 – 6 of 6) sorted by relevance
81 void assertJobNotReady() throws Exception { in assertJobNotReady() method in IdleConstraintTest82 assertJobNotReady(STATE_JOB_ID); in assertJobNotReady()129 assertJobNotReady(); in verifyActiveState()258 assertJobNotReady(); in runIdleJobStartsOnlyWhenIdle()270 assertJobNotReady(); in runIdleJobStartsOnlyWhenIdle()
151 void assertJobNotReady() throws Exception { in assertJobNotReady() method in BatteryConstraintTest152 assertJobNotReady(BATTERY_JOB_ID); in assertJobNotReady()243 assertJobNotReady(); in testChargingConstraintFails()249 assertJobNotReady(); in testChargingConstraintFails()297 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()303 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()
58 assertJobNotReady(TIMING_JOB_ID); in testSchedulePeriodic()73 assertJobNotReady(TIMING_JOB_ID); in testSchedulePeriodic_lowFlex()
206 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in BaseJobSchedulerTest
739 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeoutInDoze()772 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeoutInBatterySaver()804 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeout_DozeAndBatterySaver()1257 private void assertJobNotReady() throws Exception { in assertJobNotReady() method in JobThrottlingTest
201 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in ConstraintTest