Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
DMockExecutorHandlerTest.kt35 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
DFakeExecutorTest.java53 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/
DFakeExecutorKosmos.kt23 var Kosmos.fakeExecutor by Kosmos.Fixture { FakeExecutor(fakeSystemClock) } in <lambda>() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/ripple/
DMultiRippleControllerTest.kt40 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant
DRippleAnimationTest.kt35 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/navigationbar/
DRegionSamplingHelperTest.kt115 val fakeExecutor = FakeExecutor(FakeSystemClock()) // pass in as backgroundExecutor in testCompositionSamplingListener_has_nonEmptyRect() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLetterboxBackgroundProviderTest.kt48 private val fakeExecutor = FakeExecutor(fakeSystemClock) in <lambda>() constant in com.android.systemui.statusbar.phone.LetterboxBackgroundProviderTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DDisplayStateInteractorImplTest.kt37 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant in com.android.systemui.biometrics.domain.interactor.DisplayStateInteractorImplTest
DPromptSelectorInteractorImplTest.kt79 private val fakeExecutor = FakeExecutor(FakeSystemClock()) in <lambda>() constant in com.android.systemui.biometrics.domain.interactor.PromptSelectorInteractorImplTest
DPromptCredentialInteractorTest.kt51 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/
DFakeThreadFactory.java32 public FakeThreadFactory(FakeExecutor fakeExecutor) { in FakeThreadFactory()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DPromptRepositoryImplTest.kt61 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/display/data/repository/
DDeviceStateRepositoryTest.kt55 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseViewTest.kt36 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant
DTurbulenceNoiseControllerTest.kt40 private val fakeExecutor = FakeExecutor(fakeSystemClock) constant in com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldAodAnimationControllerTest.kt92 private val fakeExecutor = FakeExecutor(FakeSystemClock()) constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt91 val fakeExecutor by lazy { kosmos.fakeExecutor } in <lambda>() constant in com.android.systemui.kosmos.KosmosJavaAdapter
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DUserBroadcastDispatcherTest.kt79 private lateinit var fakeExecutor: FakeExecutor in capture() variable in com.android.systemui.broadcast.UserBroadcastDispatcherTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.kt126 private val fakeExecutor = FakeExecutor(FakeSystemClock()) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/receiver/
DMediaTttChipControllerReceiverTest.kt97 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/
DNotificationTestHelper.java228 FakeExecutor fakeExecutor = new FakeExecutor(new FakeSystemClock()); in NotificationTestHelper() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/start/
DControlsStartableTest.kt92 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/
DDeviceEntryFaceAuthRepositoryTest.kt148 private val fakeExecutor = kosmos.fakeExecutor constant in com.android.systemui.deviceentry.data.repository.DeviceEntryFaceAuthRepositoryTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
DChipbarCoordinatorTest.kt91 private lateinit var fakeExecutor: FakeExecutor variable in com.android.systemui.temporarydisplay.chipbar.ChipbarCoordinatorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayControllerTest.kt60 private lateinit var fakeExecutor: FakeExecutor variable in com.android.systemui.temporarydisplay.TemporaryViewDisplayControllerTest

12