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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java120 private final int MSG_SHOW_FACELOCK_AREA_VIEW = 0; field in class:LockPatternKeyguardView
1198 case MSG_SHOW_FACELOCK_AREA_VIEW:
1217 mHandler.removeMessages(MSG_SHOW_FACELOCK_AREA_VIEW);
1225 mHandler.sendEmptyMessage(MSG_SHOW_FACELOCK_AREA_VIEW);

Completed in 7 milliseconds