/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/ |
D | MockExecutorHandlerTest.kt | 35 val fakeExecutor = FakeExecutor(clock) in testNoDelay() constant 82 val fakeExecutor = FakeExecutor(clock) in testDelayed() constant 115 val fakeExecutor = FakeExecutor(clock) in testAtTime() constant 147 val fakeExecutor = FakeExecutor(clock) in testRemoveCallback_postDelayed() constant 168 val fakeExecutor = FakeExecutor(clock) in testRemoveCallback_postAtTime() constant 190 val fakeExecutor = FakeExecutor(clock) in testRemoveCallback_mixed_allRemoved() constant 209 val fakeExecutor = FakeExecutor(clock) in testRemoveCallback_differentRunnables_onlyMatchingRemoved() constant 233 val fakeExecutor = FakeExecutor(clock) in testRemoveMessages_fails() constant
|
D | FakeExecutorTest.java | 53 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testNoDelay() local 102 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testDelayed() local 136 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testAtTime() local 170 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testDelayed_AdvanceAndRun() local 216 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testExecutionOrder() local 285 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testRemoval_single() local 324 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testRemoval_multi() local 360 FakeExecutor fakeExecutor = new FakeExecutor(clock); in testIsExecuting() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/concurrency/ |
D | FakeExecutorKosmos.kt | 23 var Kosmos.fakeExecutor by Kosmos.Fixture { FakeExecutor(fakeSystemClock) } in <lambda>() variable
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/ripple/ |
D | MultiRippleControllerTest.kt | 40 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant in com.android.systemui.surfaceeffects.ripple.MultiRippleControllerTest
|
D | RippleAnimationTest.kt | 35 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/navigationbar/ |
D | RegionSamplingHelperTest.kt | 115 val fakeExecutor = FakeExecutor(FakeSystemClock()) // pass in as backgroundExecutor in testCompositionSamplingListener_has_nonEmptyRect() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LetterboxBackgroundProviderTest.kt | 48 private val fakeExecutor = FakeExecutor(fakeSystemClock) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/ |
D | DisplayStateInteractorImplTest.kt | 37 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant
|
D | PromptSelectorInteractorImplTest.kt | 79 private val fakeExecutor = FakeExecutor(FakeSystemClock()) in <lambda>() constant
|
D | PromptCredentialInteractorTest.kt | 51 private val fakeExecutor = FakeExecutor(FakeSystemClock()) in <lambda>() constant in com.android.systemui.biometrics.domain.interactor.PromptCredentialInteractorTest
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/ |
D | FakeThreadFactory.java | 32 public FakeThreadFactory(FakeExecutor fakeExecutor) { in FakeThreadFactory()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ |
D | PromptRepositoryImplTest.kt | 61 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/display/data/repository/ |
D | DeviceStateRepositoryTest.kt | 55 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant in com.android.systemui.display.data.repository.DeviceStateRepositoryTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
D | TurbulenceNoiseViewTest.kt | 36 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant
|
D | TurbulenceNoiseControllerTest.kt | 40 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant in com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseControllerTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
D | FoldAodAnimationControllerTest.kt | 92 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant in com.android.systemui.unfold.FoldAodAnimationControllerTest
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | KosmosJavaAdapter.kt | 91 val fakeExecutor by lazy { kosmos.fakeExecutor } in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/ |
D | UserBroadcastDispatcherTest.kt | 79 private lateinit var fakeExecutor: FakeExecutor in capture() variable in com.android.systemui.broadcast.UserBroadcastDispatcherTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthContainerViewTest.kt | 126 private val fakeExecutor = FakeExecutor(FakeSystemClock()) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/receiver/ |
D | MediaTttChipControllerReceiverTest.kt | 97 private lateinit var fakeExecutor: FakeExecutor variable in com.android.systemui.media.taptotransfer.receiver.MediaTttChipControllerReceiverTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 228 FakeExecutor fakeExecutor = new FakeExecutor(new FakeSystemClock()); in NotificationTestHelper() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/start/ |
D | ControlsStartableTest.kt | 92 private lateinit var fakeExecutor: FakeExecutor variable in com.android.systemui.controls.start.ControlsStartableTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/ |
D | DeviceEntryFaceAuthRepositoryTest.kt | 148 private val fakeExecutor = kosmos.fakeExecutor constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
D | ChipbarCoordinatorTest.kt | 91 private lateinit var fakeExecutor: FakeExecutor variable in com.android.systemui.temporarydisplay.chipbar.ChipbarCoordinatorTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/ |
D | TemporaryViewDisplayControllerTest.kt | 60 private lateinit var fakeExecutor: FakeExecutor variable in com.android.systemui.temporarydisplay.TemporaryViewDisplayControllerTest
|