Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java206 static class FakeExecutor implements Executor { class in ObservableServiceConnectionTest
H A DPersistentServiceConnectionTest.java195 static class FakeExecutor implements Executor { class in PersistentServiceConnectionTest
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java272 static class FakeExecutor implements Executor { class in ScrollCaptureConnectionTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DNotifierTest.java351 private static class FakeExecutor implements Executor { class in NotifierTest