HomeSort by relevance Sort by last modified time
    Searched defs:awaitExecution (Results 1 - 5 of 5) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraContentJobService.java 87 public boolean awaitExecution() throws InterruptedException {
101 // Cancel any ongoing wait. Will cause awaitExecution to return false (timeout)
  /cts/tests/JobScheduler/src/android/jobscheduler/
TriggerContentJobService.java 134 public boolean awaitExecution() throws InterruptedException {
MockJobService.java 418 public boolean awaitExecution() throws InterruptedException {
419 return awaitExecution(DEFAULT_TIMEOUT_MILLIS);
422 public boolean awaitExecution(long timeoutMillis) throws InterruptedException {
  /cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
TriggerContentJobService.java 134 public boolean awaitExecution() throws InterruptedException {
MockJobService.java 418 public boolean awaitExecution() throws InterruptedException {
419 return awaitExecution(DEFAULT_TIMEOUT_MILLIS);
422 public boolean awaitExecution(long timeoutMillis) throws InterruptedException {

Completed in 92 milliseconds