Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DBatteryConstraintTest.java163 void assertJobNotReady() throws Exception { in assertJobNotReady() method in BatteryConstraintTest
164 assertJobNotReady(BATTERY_JOB_ID); in assertJobNotReady()
262 assertJobNotReady(); in testChargingConstraintFails()
268 assertJobNotReady(); in testChargingConstraintFails()
316 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()
322 assertJobNotReady(); in testBatteryNotLowConstraintFails_withoutPower()
DStorageConstraintTest.java63 void assertJobNotReady() throws Exception { in assertJobNotReady() method in StorageConstraintTest
64 assertJobNotReady(STORAGE_JOB_ID); in assertJobNotReady()
101 assertJobNotReady(); in testNotLowConstraintFails()
DDeviceStatesTest.java60 void assertJobNotReady() throws Exception { in assertJobNotReady() method in DeviceStatesTest
61 assertJobNotReady(STATE_JOB_ID); in assertJobNotReady()
127 assertJobNotReady(); in verifyActiveState()
DConstraintTest.java204 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in ConstraintTest
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DConstraintTest.java201 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady() method in ConstraintTest