/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/ |
H A D | FakeExecutorTest.java | 54 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 D | FakeThreadFactory.java | 32 public FakeThreadFactory(FakeExecutor fakeExecutor) { in FakeThreadFactory()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/ripple/ |
H A D | MultiRippleControllerTest.kt | 40 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
|
H A D | RippleAnimationTest.kt | 35 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
H A D | TurbulenceNoiseViewTest.kt | 33 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
|
H A D | TurbulenceNoiseControllerTest.kt | 39 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/navigationbar/ |
H A D | RegionSamplingHelperTest.kt | 115 val fakeExecutor = FakeExecutor(FakeSystemClock()) // pass in as backgroundExecutor regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LetterboxBackgroundProviderTest.kt | 48 private val fakeExecutor = FakeExecutor(fakeSystemClock) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/ |
H A D | DisplayStateInteractorImplTest.kt | 36 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptFingerprintIconViewModelTest.kt | 47 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
|
H A D | PromptViewModelTest.kt | 78 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ |
H A D | DisplayStateRepositoryTest.kt | 72 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
H A D | FoldAodAnimationControllerTest.kt | 90 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthContainerViewTest.kt | 110 private val fakeExecutor = FakeExecutor(FakeSystemClock()) regex
|