Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/docs/
Dexecutors.md324 ### Testing Handlers without Loopers
333 ### TestableLooper.RunWithLooper
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/
DFakeExecutor.java26 public class FakeExecutor implements DelayableExecutor { class
39 public FakeExecutor(FakeSystemClock clock) { in FakeExecutor() method in FakeExecutor
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DObservableServiceConnectionTest.java216 static class FakeExecutor implements Executor { class in ObservableServiceConnectionTest
DPersistentServiceConnectionTest.java206 static class FakeExecutor implements Executor { class in PersistentServiceConnectionTest
/frameworks/base/core/tests/coretests/src/android/view/
DScrollCaptureConnectionTest.java326 static class FakeExecutor implements Executor { class in ScrollCaptureConnectionTest
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DNotifierTest.java1331 private static class FakeExecutor implements Executor { class in NotifierTest