Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/
H A DTestCoroutineSchedulerUtils.kt22 import kotlinx.coroutines.test.TestCoroutineScheduler
29 fun TestCoroutineScheduler.advanceTimeBy(duration: Duration) { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
H A DFakeBluetoothRepository.kt21 import kotlinx.coroutines.test.TestCoroutineScheduler
34 private val scheduler = TestCoroutineScheduler()
H A DBluetoothRepositoryImplTest.kt28 import kotlinx.coroutines.test.TestCoroutineScheduler
42 private lateinit var scheduler: TestCoroutineScheduler
54 scheduler = TestCoroutineScheduler()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractorTest.kt44 import kotlinx.coroutines.test.TestCoroutineScheduler
59 utils = FooterActionsTestUtils(context, TestableLooper.get(this), TestCoroutineScheduler())
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/footer/
H A DFooterActionsTestUtils.kt60 import kotlinx.coroutines.test.TestCoroutineScheduler
69 private val scheduler: TestCoroutineScheduler,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DClockRegistryTest.kt41 import kotlinx.coroutines.test.TestCoroutineScheduler
60 private lateinit var scheduler: TestCoroutineScheduler
147 scheduler = TestCoroutineScheduler()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardFaceAuthInteractorTest.kt56 import kotlinx.coroutines.test.TestCoroutineScheduler
87 val scheduler = TestCoroutineScheduler()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinatorTest.kt59 import kotlinx.coroutines.test.TestCoroutineScheduler
635 val testScheduler: TestCoroutineScheduler