Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java54 private static final String BIOMETRIC_WAKE_LOCK_NAME = "wake-and-unlock wakelock"; field in BiometricUnlockController
234 PowerManager.PARTIAL_WAKE_LOCK, BIOMETRIC_WAKE_LOCK_NAME); in onBiometricAcquired()