Searched refs:scheduleAtFixedRate (Results 1 – 8 of 8) sorted by relevance
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestTimer.java | 110 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
|
D | TestScheduledExecutorService.java | 132 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() method in TestScheduledExecutorService
|
/packages/services/Car/service/src/com/android/car/systeminterface/ |
D | TimeInterface.java | 49 mExecutor.scheduleAtFixedRate(r, delayMs, delayMs, TimeUnit.MILLISECONDS); in scheduleAction()
|
/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/ |
D | MainActivity.java | 109 mTimer.scheduleAtFixedRate(mCollectionTask, delay, delay); in handleConnection()
|
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/ |
D | ContactsExecutors.java | 128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() method in ContactsExecutors.HandlerExecutorService
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
D | VoicemailPlaybackLayout.java | 420 executorService.scheduleAtFixedRate( in startUpdating()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | ConnectivityFragment.java | 544 mWifiUpdater.scheduleAtFixedRate(new TimerTask() { in onResume()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPowerManagementService.java | 415 mTimer.scheduleAtFixedRate( in doHandlePreprocessing()
|