Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
H A DFakeExecutorTest.java54 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testNoDelay() local
103 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testDelayed() local
137 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testDelayed_AdvanceAndRun() local
183 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testExecutionOrder() local
252 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testRemoval_single() local
291 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testRemoval_multi() local
327 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testIsExecuting() local
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/
H A DFakeThreadFactory.java32 public FakeThreadFactory(FakeExecutor fakeExecutor) { in FakeThreadFactory()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/ripple/
H A DMultiRippleControllerTest.kt40 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
H A DRippleAnimationTest.kt35 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseViewTest.kt33 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
H A DTurbulenceNoiseControllerTest.kt39 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/navigationbar/
H A DRegionSamplingHelperTest.kt115 val fakeExecutor = FakeExecutor(FakeSystemClock()) // pass in as backgroundExecutor regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLetterboxBackgroundProviderTest.kt48 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DDisplayStateInteractorImplTest.kt36 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptFingerprintIconViewModelTest.kt47 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
H A DPromptViewModelTest.kt78 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
H A DDisplayStateRepositoryTest.kt72 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
H A DFoldAodAnimationControllerTest.kt90 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.kt110 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex