Home
last modified time | relevance | path

Searched defs:awaitExecution (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
H A DMockJobService.java419 public boolean awaitExecution() throws InterruptedException { in awaitExecution() method in MockJobService.TestEnvironment
423 public boolean awaitExecution(long timeoutMillis) throws InterruptedException { in awaitExecution() method in MockJobService.TestEnvironment
H A DTriggerContentJobService.java134 public boolean awaitExecution() throws InterruptedException { in awaitExecution() method in TriggerContentJobService.TestEnvironment
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/
H A DMockJobService.java513 public boolean awaitExecution() throws InterruptedException { in awaitExecution() method in MockJobService.TestEnvironment
517 public boolean awaitExecution(long timeoutMillis) throws InterruptedException { in awaitExecution() method in MockJobService.TestEnvironment
H A DTriggerContentJobService.java134 public boolean awaitExecution() throws InterruptedException { in awaitExecution() method in TriggerContentJobService.TestEnvironment
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
H A DCameraContentJobService.java87 public boolean awaitExecution() throws InterruptedException { in awaitExecution() method in CameraContentJobService.TestEnvironment