Searched refs:getNextSchedule (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java281 protected Schedule getNextSchedule() throws Exception { method in class:AbstractScheduledServiceTest.SchedulerTest.TestCustomScheduler
333 protected Schedule getNextSchedule() throws Exception {
379 protected Schedule getNextSchedule() throws Exception {
425 protected Schedule getNextSchedule() throws Exception {
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java297 * been cancelled, the {@link #getNextSchedule} method will be called.
358 final Schedule schedule = CustomScheduler.this.getNextSchedule();
431 protected abstract Schedule getNextSchedule() throws Exception; method in class:AbstractScheduledService.CustomScheduler

Completed in 2520 milliseconds