Searched refs:MSG_POKE_WAKELOCK (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DFaceUnlock.java60 private final int MSG_POKE_WAKELOCK = 5; field in class:FaceUnlock
225 case MSG_POKE_WAKELOCK:
448 Message message = mHandler.obtainMessage(MSG_POKE_WAKELOCK, millis, -1);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DFaceUnlock.java65 private final int MSG_POKE_WAKELOCK = 8; field in class:FaceUnlock
264 case MSG_POKE_WAKELOCK:
549 Message message = mHandler.obtainMessage(MSG_POKE_WAKELOCK, millis, -1);

Completed in 95 milliseconds