Searched defs:authenticationRepository (Results 1 – 3 of 3) sorted by relevance
78 val authenticationRepository: FakeAuthenticationRepository by lazy { in <lambda>() constant132 fun authenticationRepository(): FakeAuthenticationRepository { in authenticationRepository() method
59 private val authenticationRepository = utils.authenticationRepository() in <lambda>() constant
89 private val authenticationRepository = utils.authenticationRepository() in <lambda>() constant in com.android.systemui.scene.SceneFrameworkIntegrationTest