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.java39 private static final boolean DEBUG_FP_WAKELOCK = KeyguardConstants.DEBUG_FP_WAKELOCK; field in FingerprintUnlockController
129 if (DEBUG_FP_WAKELOCK) {
139 if (DEBUG_FP_WAKELOCK) { in releaseFingerprintWakeLock()
161 if (DEBUG_FP_WAKELOCK) { in onFingerprintAcquired()
189 if (DEBUG_FP_WAKELOCK) { in onFingerprintAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardConstants.java30 public static final boolean DEBUG_FP_WAKELOCK = true; field in KeyguardConstants