Searched refs:debuggingRepository (Results 1 – 2 of 2) sorted by relevance
32 class DebuggingInteractorImpl(val debuggingRepository: DebuggingRepository) : DebuggingInteractor { constant in com.android.settings.biometrics.fingerprint2.domain.interactor.DebuggingInteractorImpl34 emit(debuggingRepository.isDebuggingEnabled()) in <lambda>()37 emit(debuggingRepository.isUdfpsEnrollmentDebuggingEnabled()) in <lambda>()
82 private val debuggingRepository: DebuggingRepository = DebuggingRepositoryImpl() constant120 DebuggingInteractorImpl(debuggingRepository) in <lambda>()134 if (debuggingRepository.isDebuggingEnabled()) { in <lambda>()