Home
last modified time | relevance | path

Searched refs:TestCoroutineScheduler (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/
DTestCoroutineSchedulerUtils.kt22 import kotlinx.coroutines.test.TestCoroutineScheduler
29 fun TestCoroutineScheduler.advanceTimeBy(duration: Duration) { in TestCoroutineScheduler() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardSmartspaceRepositoryImplTest.kt30 import kotlinx.coroutines.test.TestCoroutineScheduler
41 private lateinit var scheduler: TestCoroutineScheduler
55 scheduler = TestCoroutineScheduler() in setup()
DKeyguardClockRepositoryTest.kt35 import kotlinx.coroutines.test.TestCoroutineScheduler
47 private lateinit var scheduler: TestCoroutineScheduler
61 scheduler = TestCoroutineScheduler() in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
DFakeBluetoothRepository.kt21 import kotlinx.coroutines.test.TestCoroutineScheduler
34 private val scheduler = TestCoroutineScheduler()
DBluetoothRepositoryImplTest.kt28 import kotlinx.coroutines.test.TestCoroutineScheduler in <lambda>()
42 private lateinit var scheduler: TestCoroutineScheduler in <lambda>()
54 scheduler = TestCoroutineScheduler() in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/test/
DRunMonotonicClockTest.kt7 import kotlinx.coroutines.test.TestCoroutineScheduler
49 val testScheduler: TestCoroutineScheduler,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DCoroutineTestScopeModule.kt28 import kotlinx.coroutines.test.TestCoroutineScheduler
37 @get:Provides val scheduler: TestCoroutineScheduler = dispatcher.scheduler,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentExecutorTest.kt31 import kotlinx.coroutines.test.TestCoroutineScheduler
42 private val scheduler = TestCoroutineScheduler()
DActionExecutorTest.kt32 import kotlinx.coroutines.test.TestCoroutineScheduler
45 private val scheduler = TestCoroutineScheduler()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModelTest.kt48 import kotlinx.coroutines.test.TestCoroutineScheduler
112 private lateinit var scheduler: TestCoroutineScheduler
118 scheduler = TestCoroutineScheduler() in setUp()
DBluetoothTileDialogDelegateTest.kt44 import kotlinx.coroutines.test.TestCoroutineScheduler
94 private lateinit var scheduler: TestCoroutineScheduler
103 scheduler = TestCoroutineScheduler() in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt44 import kotlinx.coroutines.test.TestCoroutineScheduler
59 utils = FooterActionsTestUtils(context, TestableLooper.get(this), TestCoroutineScheduler()) in setUp()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/footer/
DFooterActionsTestUtils.kt60 import kotlinx.coroutines.test.TestCoroutineScheduler
69 private val scheduler: TestCoroutineScheduler,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardTransitionRepository.kt39 import kotlinx.coroutines.test.TestCoroutineScheduler in <lambda>()
113 testScheduler: TestCoroutineScheduler, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
DClockRegistryTest.kt44 import kotlinx.coroutines.test.TestCoroutineScheduler
63 private lateinit var scheduler: TestCoroutineScheduler
148 scheduler = TestCoroutineScheduler() in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinatorTest.kt54 import kotlinx.coroutines.test.TestCoroutineScheduler
675 val testScheduler: TestCoroutineScheduler in <lambda>()