Searched defs:MODE_WAKE_AND_UNLOCK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DFingerprintUnlockController.java56 public static final int MODE_WAKE_AND_UNLOCK = 1; field in class:FingerprintUnlockController
242 case MODE_WAKE_AND_UNLOCK:
247 } else if (mMode == MODE_WAKE_AND_UNLOCK){
248 Trace.beginSection("MODE_WAKE_AND_UNLOCK");
320 return MODE_WAKE_AND_UNLOCK;

Completed in 53 milliseconds