Home
last modified time | relevance | path

Searched refs:scheduleWithFixedDelay (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestScheduledExecutorService.java138 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() method in TestScheduledExecutorService
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java135 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() method in ContactsExecutors.HandlerExecutorService