| commit | 19130b527281fbe4faa00bd9fc76a9022f69a47e | [log] [tgz] |
|---|---|---|
| author | Caitlin Shkuratov <caitlinshk@google.com> | Tue May 21 18:23:53 2024 +0000 |
| committer | Caitlin Shkuratov <caitlinshk@google.com> | Tue May 21 18:26:20 2024 +0000 |
| tree | 0ac4be37dd329af5acddca21be445bb706042b0d | |
| parent | 71875b5fcfaeef53f5445de8e40520c20526da73 [diff] |
[Misc] Deprecate SysUITestModule & SysUITestComponent in favor of Kosmos Bug: NONE Flag: DOCS_ONLY Test: NONE Change-Id: I7779c5fee22c5ee688fa1a5d650d5d4e0b15008b
diff --git a/packages/SystemUI/tests/utils/src/com/android/systemui/SysUITestModule.kt b/packages/SystemUI/tests/utils/src/com/android/systemui/SysUITestModule.kt index 42b6e18..020f7fa 100644 --- a/packages/SystemUI/tests/utils/src/com/android/systemui/SysUITestModule.kt +++ b/packages/SystemUI/tests/utils/src/com/android/systemui/SysUITestModule.kt
@@ -66,6 +66,7 @@ FaceWakeUpTriggersConfigModule::class, ] ) +@Deprecated("Use Kosmos instead. See com.android.systemui.kosmos.Kosmos.") interface SysUITestModule { @Binds fun bindTestableContext(sysuiTestableContext: SysuiTestableContext): TestableContext @@ -127,6 +128,7 @@ } } +@Deprecated("Use Kosmos instead. See com.android.systemui.kosmos.Kosmos.") interface SysUITestComponent<out T> { val testScope: TestScope val underTest: T