Home
last modified time | relevance | path

Searched defs:scheduleAtFixedRate (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DListeningScheduledExecutorService.java72 ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method
80 default ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method
H A DWrappingScheduledExecutorService.java57 public final ScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in WrappingScheduledExecutorService
/aosp_15_r20/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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DTimer.java381 public void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate() method in Timer
439 public void scheduleAtFixedRate(TimerTask task, Date firstTime, in scheduleAtFixedRate() method in Timer
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DTimer.java381 public void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate() method in Timer
439 public void scheduleAtFixedRate(TimerTask task, Date firstTime, in scheduleAtFixedRate() method in Timer
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DTimer.java381 public void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate() method in Timer
439 public void scheduleAtFixedRate(TimerTask task, Date firstTime, in scheduleAtFixedRate() method in Timer
/aosp_15_r20/libcore/ojluni/src/test/java/util/Timer/
H A DArgs.java54 void scheduleAtFixedRate(final Timer t, final TimerTask task, final in scheduleAtFixedRate() method in Args
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DScheduledExecutorService.java164 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledExecutorService.java164 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledExecutorService.java164 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DListeningScheduledExecutorService.java50 ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method
H A DWrappingScheduledExecutorService.java57 public final ScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in WrappingScheduledExecutorService
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DForwardingScheduledExecutorService.java44 public ScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in ForwardingScheduledExecutorService
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DTestingExecutors.java143 public ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in TestingExecutors.NoOpScheduledExecutorService
H A DSameThreadScheduledExecutorService.java178 public ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in SameThreadScheduledExecutorService
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DTestingExecutors.java143 public ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in TestingExecutors.NoOpScheduledExecutorService
H A DSameThreadScheduledExecutorService.java178 public ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in SameThreadScheduledExecutorService
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/util/
H A DTestWrapperSchedulerService.java52 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate() method in TestWrapperSchedulerService
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DScheduledExecutorUtils.java115 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate() method in ScheduledExecutorUtils.UnmanagedScheduledExecutorService
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DListeningScheduledExecutorServiceTest.java110 public ListenableScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in ListeningScheduledExecutorServiceTest.FakeExecutorService
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
H A DTestScheduledExecutorService.java67 public ScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DDelegatingEventLoopGroup.java162 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate() method in DelegatingEventLoopGroup
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DHibernationStateDiskStoreTest.java154 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() method in HibernationStateDiskStoreTest.MockScheduledExecutorService
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() method in ContactsExecutors.HandlerExecutorService

12345678910>>...34