Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DBiometricUnlockInteractor.kt35 val state = biometricModeIntToObject(unlockStateInt) in setBiometricUnlockState()
39 private fun biometricModeIntToObject(@WakeAndUnlockMode value: Int): BiometricUnlockMode { in biometricModeIntToObject() method in com.android.systemui.keyguard.domain.interactor.BiometricUnlockInteractor