Home
last modified time | relevance | path

Searched refs:scheduleAtFixedRate (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestTimer.java110 public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { in scheduleAtFixedRate() method in TestTimer
115 public void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate() method in TestTimer
DTestScheduledExecutorService.java132 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() method in TestScheduledExecutorService
/packages/services/Car/service/src/com/android/car/systeminterface/
DTimeInterface.java49 mExecutor.scheduleAtFixedRate(r, delayMs, delayMs, TimeUnit.MILLISECONDS); in scheduleAction()
/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
DMainActivity.java109 mTimer.scheduleAtFixedRate(mCollectionTask, delay, delay); in handleConnection()
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() method in ContactsExecutors.HandlerExecutorService
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackLayout.java420 executorService.scheduleAtFixedRate( in startUpdating()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java544 mWifiUpdater.scheduleAtFixedRate(new TimerTask() { in onResume()
/packages/services/Car/service/src/com/android/car/
DCarPowerManagementService.java415 mTimer.scheduleAtFixedRate( in doHandlePreprocessing()