Searched refs:DEBUG_FP_WAKELOCK (Results 1 – 2 of 2) sorted by relevance
36 private static final boolean DEBUG_FP_WAKELOCK = KeyguardConstants.DEBUG_FP_WAKELOCK; field in FingerprintUnlockController123 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()
30 public static final boolean DEBUG_FP_WAKELOCK = true; field in KeyguardConstants