Home
last modified time | relevance | path

Searched refs:numExecutions (Results 1 – 4 of 4) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/
DTriggerContentJobService.java173 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument
175 if (numExecutions == 0) { in setExpectedExecutions()
178 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()
DMockJobService.java601 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument
603 if (numExecutions == 0) { in setExpectedExecutions()
606 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DTriggerContentJobService.java173 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument
175 if (numExecutions == 0) { in setExpectedExecutions()
178 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()
DMockJobService.java484 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument
486 if (numExecutions == 0) { in setExpectedExecutions()
489 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()