Home
last modified time | relevance | path

Searched refs:FaceAuthenticationLogger (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DSystemUIKeyguardFaceAuthInteractor.kt37 import com.android.systemui.log.FaceAuthenticationLogger
71 private val faceAuthenticationLogger: FaceAuthenticationLogger,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardFaceAuthInteractorTest.kt48 import com.android.systemui.log.FaceAuthenticationLogger
135 FaceAuthenticationLogger(logcatLogBuffer("faceAuthBuffer")),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DFaceAuthenticationLogger.kt27 class FaceAuthenticationLogger regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt50 import com.android.systemui.log.FaceAuthenticationLogger
151 private val faceAuthLogger: FaceAuthenticationLogger,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt68 import com.android.systemui.log.FaceAuthenticationLogger
245 FaceAuthenticationLogger(logcatLogBuffer("DeviceEntryFaceAuthRepositoryLog")),