Searched refs:AuthenticationRepository (Results 1 – 6 of 6) sorted by relevance
61 interface AuthenticationRepository { regex177 ) : AuthenticationRepository {375 @Binds fun repository(impl: AuthenticationRepositoryImpl): AuthenticationRepository
22 import com.android.systemui.authentication.data.repository.AuthenticationRepository137 repository: AuthenticationRepository,
22 import com.android.systemui.authentication.data.repository.AuthenticationRepository59 private val repository: AuthenticationRepository,
59 private lateinit var underTest: AuthenticationRepository
33 ) : AuthenticationRepository {
23 import com.android.systemui.authentication.data.repository.AuthenticationRepository51 private val repository: AuthenticationRepository = utils.authenticationRepository()