Home
last modified time | relevance | path

Searched refs:awaitStopped (Results 1 – 9 of 9) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DIdleConstraintTest.java316 kTestEnvironment.awaitStopped()); in testIdleJobStartsOnlyWhenIdle_settingProjectionEndsIdle()
324 kTestEnvironment.awaitStopped()); in testIdleJobStartsOnlyWhenIdle_screenEndsIdle()
DBatteryConstraintTest.java241 kTestEnvironment.awaitStopped()); in testChargingConstraintFails()
300 kTestEnvironment.awaitStopped()); in testBatteryNotLowConstraintFails_withoutPower()
DStorageConstraintTest.java133 kTestEnvironment.awaitStopped()); in testJobStoppedWhenStorageLow()
DNotificationTest.java109 assertTrue(kTestEnvironment.awaitStopped()); in testNotificationJobEndDetach()
146 assertTrue(kTestEnvironment.awaitStopped()); in testNotificationJobEndRemove()
DJobParametersTest.java234 assertTrue("Job didn't stop immediately", kTestEnvironment.awaitStopped()); in verifyStopReason()
DJobSchedulingTest.java148 assertTrue("Job didn't start", kTestEnvironment.awaitStopped()); in testCancel_runningJob()
DConnectivityConstraintTest.java256 kTestEnvironment.awaitStopped()); in testConnectivityConstraintExecutes_transitionNetworks()
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DMockJobService.java459 public boolean awaitStopped() throws InterruptedException { in awaitStopped() method in MockJobService.TestEnvironment
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java557 public boolean awaitStopped() throws InterruptedException { in awaitStopped() method in MockJobService.TestEnvironment