Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DBatteryConstraintTest.java125 void assertJobNotReady() throws Exception { in assertJobNotReady() method in BatteryConstraintTest
126 assertJobNotReady(BATTERY_JOB_ID); in assertJobNotReady()
217 assertJobNotReady(); in testChargingConstraintFails()
223 assertJobNotReady(); in testChargingConstraintFails()
271 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()
277 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()
DStorageConstraintTest.java60 void assertJobNotReady() throws Exception { in assertJobNotReady() method in StorageConstraintTest
61 assertJobNotReady(STORAGE_JOB_ID); in assertJobNotReady()
98 assertJobNotReady(); in testNotLowConstraintFails()
DIdleConstraintTest.java79 void assertJobNotReady() throws Exception { in assertJobNotReady() method in IdleConstraintTest
80 assertJobNotReady(STATE_JOB_ID); in assertJobNotReady()
134 assertJobNotReady(); in verifyActiveState()
263 assertJobNotReady(); in runIdleJobStartsOnlyWhenIdle()
275 assertJobNotReady(); in runIdleJobStartsOnlyWhenIdle()
DTimingConstraintsTest.java58 assertJobNotReady(TIMING_JOB_ID); in testSchedulePeriodic()
73 assertJobNotReady(TIMING_JOB_ID); in testSchedulePeriodic_lowFlex()
DJobThrottlingTest.java846 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeoutInDoze()
879 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeoutInBatterySaver()
911 assertJobNotReady(); in testExpeditedJobDeferredAfterTimeout_DozeAndBatterySaver()
1518 private void assertJobNotReady() throws Exception { in assertJobNotReady() method in JobThrottlingTest
DBaseJobSchedulerTest.java323 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in BaseJobSchedulerTest
DTestAppInterface.java443 void assertJobNotReady(int jobId) throws Exception {
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DConstraintTest.java202 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in ConstraintTest