Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestScheduledExecutorService.java132 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() argument
138 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() argument
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() argument
135 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() argument
/packages/services/Telephony/tests/src/com/android/
DTestExecutorService.java222 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() argument
228 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() argument
/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java818 private void startCurrentTimeIndicator(long initialDelay) { in startCurrentTimeIndicator() argument
819 mHandler.postDelayed(mUpdateTimeIndicator, initialDelay); in startCurrentTimeIndicator()