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