Home
last modified time | relevance | path

Searched refs:debuggingRepository (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/domain/interactor/
DDebuggingInteractor.kt32 class DebuggingInteractorImpl(val debuggingRepository: DebuggingRepository) : DebuggingInteractor { constant in com.android.settings.biometrics.fingerprint2.domain.interactor.DebuggingInteractorImpl
34 emit(debuggingRepository.isDebuggingEnabled()) in <lambda>()
37 emit(debuggingRepository.isUdfpsEnrollmentDebuggingEnabled()) in <lambda>()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/
DBiometricsEnvironment.kt82 private val debuggingRepository: DebuggingRepository = DebuggingRepositoryImpl() constant
120 DebuggingInteractorImpl(debuggingRepository) in <lambda>()
134 if (debuggingRepository.isDebuggingEnabled()) { in <lambda>()