Searched refs:AuthenticationRepository (Results 1 – 5 of 5) sorted by relevance
23 var Kosmos.authenticationRepository: AuthenticationRepository by
42 ) : AuthenticationRepository { in <lambda>()269 @Binds fun bindFake(fake: FakeAuthenticationRepository): AuthenticationRepository
64 interface AuthenticationRepository { in <lambda>() interface196 ) : AuthenticationRepository {386 @Binds fun repository(impl: AuthenticationRepositoryImpl): AuthenticationRepository
24 import com.android.systemui.authentication.data.repository.AuthenticationRepository in <lambda>()68 private val repository: AuthenticationRepository, in <lambda>()
70 private lateinit var underTest: AuthenticationRepository