Searched refs:SysUITestComponent (Results 1 – 7 of 7) sorted by relevance
132 interface SysUITestComponent<out T> { interface138 fun <T : SysUITestComponent<*>> T.runTest(block: suspend T.() -> Unit): Unit = in runTest()147 fun SysUITestComponent<*>.runCurrent() = testScope.runCurrent() method149 fun <T> SysUITestComponent<*>.collectLastValue(155 fun <T> SysUITestComponent<*>.collectValues(161 val SysUITestComponent<*>.backgroundScope constant
17 import com.android.systemui.SysUITestComponent34 interface TestComponent : SysUITestComponent<NotificationsKeyguardInteractor> {
19 import com.android.systemui.SysUITestComponent35 interface TestComponent : SysUITestComponent<NotificationAlertsInteractor> {
22 import com.android.systemui.SysUITestComponent46 interface TestComponent : SysUITestComponent<ZenModeInteractor> {
22 import com.android.systemui.SysUITestComponent53 interface TestComponent : SysUITestComponent<NotificationShelfViewModel> {
20 import com.android.systemui.SysUITestComponent63 interface TestComponent : SysUITestComponent<NotificationIconsInteractor> {169 interface TestComponent : SysUITestComponent<AlwaysOnDisplayNotificationIconsInteractor> {274 interface TestComponent : SysUITestComponent<StatusBarNotificationIconsInteractor> {
24 import com.android.systemui.SysUITestComponent72 SysUITestComponent<NotificationIconContainerAlwaysOnDisplayViewModel> {