Searched refs:DEBUG_FP_WAKELOCK (Results 1 – 2 of 2) sorted by relevance
43 private static final boolean DEBUG_FP_WAKELOCK = KeyguardConstants.DEBUG_FP_WAKELOCK; field in FingerprintUnlockController142 if (DEBUG_FP_WAKELOCK) {152 if (DEBUG_FP_WAKELOCK) { in releaseFingerprintWakeLock()174 if (DEBUG_FP_WAKELOCK) { in onFingerprintAcquired()214 if (DEBUG_FP_WAKELOCK) { in startWakeAndUnlock()
30 public static final boolean DEBUG_FP_WAKELOCK = true; field in KeyguardConstants