Home
last modified time | relevance | path

Searched defs:authenticationRepository (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
DSceneTestUtils.kt78 val authenticationRepository: FakeAuthenticationRepository by lazy { in <lambda>() constant
132 fun authenticationRepository(): FakeAuthenticationRepository { in authenticationRepository() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt59 private val authenticationRepository = utils.authenticationRepository() in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt89 private val authenticationRepository = utils.authenticationRepository() in <lambda>() constant in com.android.systemui.scene.SceneFrameworkIntegrationTest