Searched refs:assertJobReady (Results 1 – 5 of 5) sorted by relevance
143 void assertJobReady() throws Exception { in assertJobReady() method in BatteryConstraintTest144 assertJobReady(BATTERY_JOB_ID); in assertJobReady()170 assertJobReady(); in testChargingConstraintExecutes()190 assertJobReady(); in testBatteryNotLowConstraintExecutes_withPower()215 assertJobReady(); in testBatteryNotLowConstraintExecutes_withoutPower()258 assertJobReady(); in testChargingConstraintFails()314 assertJobReady(); in testBatteryNotLowConstraintFails_withoutPower()
73 void assertJobReady() throws Exception { in assertJobReady() method in IdleConstraintTest74 assertJobReady(STATE_JOB_ID); in assertJobReady()112 assertJobReady(); in verifyIdleState()282 assertJobReady(); in runIdleJobStartsOnlyWhenIdle()294 assertJobReady(); in runIdleJobStartsOnlyWhenIdle()
196 void assertJobReady(int jobId) throws Exception { in assertJobReady() method in BaseJobSchedulerTest
1262 private void assertJobReady() throws Exception { in assertJobReady() method in JobThrottlingTest
191 void assertJobReady(int jobId) throws Exception { in assertJobReady() method in ConstraintTest