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.java483 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument
485 if (numExecutions == 0) { in setExpectedExecutions()
488 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.java483 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument
485 if (numExecutions == 0) { in setExpectedExecutions()
488 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()