Home
last modified time | relevance | path

Searched refs:TestComponent (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationsKeyguardInteractorTest.kt34 interface TestComponent : SysUITestComponent<NotificationsKeyguardInteractor> { interface
37 fun create(@BindsInstance test: SysuiTestCase): TestComponent in create()
41 private val testComponent: TestComponent = in create()
DNotificationAlertsInteractorTest.kt35 interface TestComponent : SysUITestComponent<NotificationAlertsInteractor> { interface
40 fun create(@BindsInstance test: SysuiTestCase): TestComponent in create()
44 private val testComponent: TestComponent = in create()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorTest.kt63 interface TestComponent : SysUITestComponent<NotificationIconsInteractor> { interface in com.android.systemui.statusbar.notification.icon.domain.interactor.NotificationIconsInteractorTest
70 fun create(@BindsInstance test: SysuiTestCase, mocks: TestMocksModule): TestComponent in create()
74 val testComponent: TestComponent = in create()
169 interface TestComponent : SysUITestComponent<AlwaysOnDisplayNotificationIconsInteractor> { interface in com.android.systemui.statusbar.notification.icon.domain.interactor.AlwaysOnDisplayNotificationIconsInteractorTest
177 fun create(@BindsInstance test: SysuiTestCase, mocks: TestMocksModule): TestComponent in create()
181 private val testComponent: TestComponent = in create()
274 interface TestComponent : SysUITestComponent<StatusBarNotificationIconsInteractor> { interface in com.android.systemui.statusbar.notification.icon.domain.interactor.StatusBarNotificationIconsInteractorTest
283 fun create(@BindsInstance test: SysuiTestCase, mocks: TestMocksModule): TestComponent in create()
287 val testComponent: TestComponent = in create()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DInWindowLauncherUnlockAnimationManagerTest.kt50 private lateinit var testComponent: TestComponent
127 interface TestComponent { interface
135 ): TestComponent
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/domain/interactor/
DZenModeInteractorTest.kt46 interface TestComponent : SysUITestComponent<ZenModeInteractor> { interface in com.android.systemui.statusbar.policy.domain.interactor.ZenModeInteractorTest
52 fun create(@BindsInstance test: SysuiTestCase): TestComponent in create()
56 private val testComponent: TestComponent = in create()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt53 interface TestComponent : SysUITestComponent<NotificationShelfViewModel> { interface
64 ): TestComponent in create()
74 private val testComponent: TestComponent =
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractorTest.kt54 private lateinit var testComponent: TestComponent
450 interface TestComponent { interface
462 ): TestComponent
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerAlwaysOnDisplayViewModelTest.kt71 interface TestComponent : interface
85 ): TestComponent in create()
92 private val testComponent: TestComponent = in create()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt82 private lateinit var testComponent: TestComponent
632 interface TestComponent { interface in com.android.systemui.statusbar.LockscreenShadeTransitionControllerTest
647 ): TestComponent
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java111 TestComponent component = in setup()
698 interface TestComponent { interface in KeyguardNotificationVisibilityProviderTest
704 TestComponent create( in create()