Searched refs:FakeExecutor (Results 1 – 9 of 9) sorted by relevance
40 private final FakeExecutor mFakeExecutor = new FakeExecutor();53 private static class FakeExecutor implements Executor { class in TunerHalCreatorTest
41 import com.android.systemui.util.concurrency.FakeExecutor;77 private FakeExecutor mUiBgExecutor;84 mUiBgExecutor = new FakeExecutor(new FakeSystemClock()); in setUp()
76 import com.android.systemui.util.concurrency.FakeExecutor;99 private FakeExecutor mExecutor;136 private FakeExecutor mUiBgExecutor;143 mExecutor = new FakeExecutor(new FakeSystemClock()); in setUp()144 mUiBgExecutor = new FakeExecutor(new FakeSystemClock()); in setUp()
53 import com.android.systemui.util.concurrency.FakeExecutor;77 private FakeExecutor mExecutor;96 mExecutor = new FakeExecutor(mClock); in setUp()
62 import com.android.systemui.util.concurrency.FakeExecutor;80 private FakeExecutor mExecutor;116 mExecutor = new FakeExecutor(new FakeSystemClock()); in setUp()
52 import com.android.systemui.util.concurrency.FakeExecutor;92 private FakeExecutor mExecutor;101 mExecutor = new FakeExecutor(new FakeSystemClock()); in setUp()
33 class FakeExecutor : Executor { class
137 private FakeExecutor currentThreadExecutor = new FakeExecutor();2137 private class FakeExecutor extends ScheduledThreadPoolExecutor { class2144 FakeExecutor() { in FakeExecutor() method in FakeExecutor
38 import android.safetycenter.cts.testing.FakeExecutor1722 val fakeExecutor = FakeExecutor() in removeOnSafetyCenterDataChangedListener_listenerNeverCalledAfterRemoving()1998 val fakeExecutor = FakeExecutor() in executeSafetyCenterIssueAction_errorWithDispatchingOnDefaultErrorListener()