Searched defs:scheduleAtFixedRate (Results  1 – 5 of 5) 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 TestTimer115     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/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/services/Telephony/tests/src/com/android/ | 
| D | TestExecutorService.java | 222     public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period,  in scheduleAtFixedRate()  method in TestExecutorService
 | 
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ | 
| D | TestScheduledExecutorService.java | 204     public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period,  in scheduleAtFixedRate()  method in TestScheduledExecutorService
 |