Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DFingerprintUnlockController.java36 private static final boolean DEBUG_FP_WAKELOCK = KeyguardConstants.DEBUG_FP_WAKELOCK; field in FingerprintUnlockController
123 if (DEBUG_FP_WAKELOCK) {
133 if (DEBUG_FP_WAKELOCK) { in releaseFingerprintWakeLock()
148 if (DEBUG_FP_WAKELOCK) { in onFingerprintAcquired()
173 if (DEBUG_FP_WAKELOCK) { in onFingerprintAuthenticated()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardConstants.java30 public static final boolean DEBUG_FP_WAKELOCK = true; field in KeyguardConstants