Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DBiometricUnlockInteractor.kt16 import com.android.systemui.statusbar.phone.BiometricUnlockController.WakeAndUnlockMode
32 @WakeAndUnlockMode unlockStateInt: Int, in setBiometricUnlockState()
39 private fun biometricModeIntToObject(@WakeAndUnlockMode value: Int): BiometricUnlockMode { in biometricModeIntToObject()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java105 public @interface WakeAndUnlockMode {} annotation in BiometricUnlockController
473 @WakeAndUnlockMode int mode, in startWakeAndUnlock()
556 @WakeAndUnlockMode int mode, in onModeChanged()
579 public @WakeAndUnlockMode int getMode() { in getMode()
583 private @WakeAndUnlockMode int calculateMode(BiometricSourceType biometricSourceType, in calculateMode()
593 private @WakeAndUnlockMode int calculateModeForFingerprint(boolean isStrongBiometric) { in calculateModeForFingerprint()
651 private @WakeAndUnlockMode int calculateModeForPassiveAuth(boolean isStrongBiometric) { in calculateModeForPassiveAuth()
930 default void onModeChanged(@WakeAndUnlockMode int mode) {} in onModeChanged()