Home
last modified time | relevance | path

Searched defs:FakeExecutor (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/testing/
DFakeExecutor.kt33 class FakeExecutor : Executor { class
/aosp_15_r20/frameworks/base/packages/SystemUI/docs/
H A Dexecutors.md324 ### Testing Handlers without Loopers
333 ### TestableLooper.RunWithLooper
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/
H A DFakeExecutor.java26 public class FakeExecutor implements DelayableExecutor { class
39 public FakeExecutor(FakeSystemClock clock) { in FakeExecutor() method in FakeExecutor
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/eventbus/
H A DAsyncEventBusTest.java70 public static class FakeExecutor implements Executor { class in AsyncEventBusTest
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/eventbus/
H A DAsyncEventBusTest.java70 public static class FakeExecutor implements Executor { class in AsyncEventBusTest
/aosp_15_r20/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/setup/
DTunerHalCreatorTest.java53 private static class FakeExecutor implements Executor { class in TunerHalCreatorTest
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java216 static class FakeExecutor implements Executor { class in ObservableServiceConnectionTest
H A DPersistentServiceConnectionTest.java206 static class FakeExecutor implements Executor { class in PersistentServiceConnectionTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java272 static class FakeExecutor implements Executor { class in ScrollCaptureConnectionTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DSequentialExecutorTest.java49 private static class FakeExecutor implements Executor { class in SequentialExecutorTest
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DSequentialExecutorTest.java49 private static class FakeExecutor implements Executor { class in SequentialExecutorTest
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java2189 private class FakeExecutor extends ScheduledThreadPoolExecutor { class
2196 FakeExecutor() { in FakeExecutor() method in FakeExecutor
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DSpellCheckerTest.kt787 private class FakeExecutor : Executor { in <lambda>() class in android.view.inputmethod.cts.SpellCheckerTest
/aosp_15_r20/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
H A DNotifierTest.java1009 private static class FakeExecutor implements Executor { class in NotifierTest