Home
last modified time | relevance | path

Searched refs:SceneTestUtils (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/ui/viewmodel/
H A DSceneContainerViewModelTest.kt24 import com.android.systemui.scene.SceneTestUtils
38 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DAuthMethodBouncerViewModelTest.kt24 import com.android.systemui.scene.SceneTestUtils
36 private val utils = SceneTestUtils(this)
H A DBouncerViewModelTest.kt25 import com.android.systemui.scene.SceneTestUtils
45 private val utils = SceneTestUtils(this)
H A DPasswordBouncerViewModelTest.kt24 import com.android.systemui.scene.SceneTestUtils
43 private val utils = SceneTestUtils(this)
H A DPatternBouncerViewModelTest.kt25 import com.android.systemui.scene.SceneTestUtils
45 private val utils = SceneTestUtils(this)
H A DPinBouncerViewModelTest.kt25 import com.android.systemui.scene.SceneTestUtils
45 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ui/viewmodel/
H A DQuickSettingsSceneViewModelTest.kt23 import com.android.systemui.scene.SceneTestUtils
39 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenSceneViewModelTest.kt23 import com.android.systemui.scene.SceneTestUtils
39 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ui/viewmodel/
H A DShadeSceneViewModelTest.kt23 import com.android.systemui.scene.SceneTestUtils
39 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/data/repository/
H A DSceneContainerRepositoryTest.kt24 import com.android.systemui.scene.SceneTestUtils
40 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/domain/interactor/
H A DSceneInteractorTest.kt24 import com.android.systemui.scene.SceneTestUtils
40 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepositoryTest.kt31 import com.android.systemui.scene.SceneTestUtils
55 private val testUtils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartableTest.kt31 import com.android.systemui.scene.SceneTestUtils
32 import com.android.systemui.scene.SceneTestUtils.Companion.toDataLayer
55 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/
H A DSceneFrameworkIntegrationTest.kt33 import com.android.systemui.scene.SceneTestUtils.Companion.toDataLayer
76 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractorTest.kt27 import com.android.systemui.scene.SceneTestUtils
47 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
H A DSceneTestUtils.kt60 class SceneTestUtils( regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt29 import com.android.systemui.scene.SceneTestUtils
49 private val utils = SceneTestUtils(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerControllerTest.kt55 import com.android.systemui.scene.SceneTestUtils
152 private lateinit var sceneTestUtils: SceneTestUtils
216 sceneTestUtils = SceneTestUtils(this)