Home
last modified time | relevance | path

Searched refs:SysUITestComponent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DSysUITestModule.kt132 interface SysUITestComponent<out T> { interface
138 fun <T : SysUITestComponent<*>> T.runTest(block: suspend T.() -> Unit): Unit = in runTest()
147 fun SysUITestComponent<*>.runCurrent() = testScope.runCurrent() method
149 fun <T> SysUITestComponent<*>.collectLastValue(
155 fun <T> SysUITestComponent<*>.collectValues(
161 val SysUITestComponent<*>.backgroundScope constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationsKeyguardInteractorTest.kt17 import com.android.systemui.SysUITestComponent
34 interface TestComponent : SysUITestComponent<NotificationsKeyguardInteractor> {
DNotificationAlertsInteractorTest.kt19 import com.android.systemui.SysUITestComponent
35 interface TestComponent : SysUITestComponent<NotificationAlertsInteractor> {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/domain/interactor/
DZenModeInteractorTest.kt22 import com.android.systemui.SysUITestComponent
46 interface TestComponent : SysUITestComponent<ZenModeInteractor> {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt22 import com.android.systemui.SysUITestComponent
53 interface TestComponent : SysUITestComponent<NotificationShelfViewModel> {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorTest.kt20 import com.android.systemui.SysUITestComponent
63 interface TestComponent : SysUITestComponent<NotificationIconsInteractor> {
169 interface TestComponent : SysUITestComponent<AlwaysOnDisplayNotificationIconsInteractor> {
274 interface TestComponent : SysUITestComponent<StatusBarNotificationIconsInteractor> {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerAlwaysOnDisplayViewModelTest.kt24 import com.android.systemui.SysUITestComponent
72 SysUITestComponent<NotificationIconContainerAlwaysOnDisplayViewModel> {