Home
last modified time | relevance | path

Searched refs:MSG_SHOW_ACTION_TO_UNLOCK (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java150 private static final int MSG_SHOW_ACTION_TO_UNLOCK = 1; field in KeyguardIndicationController
351 if (msg.what == MSG_SHOW_ACTION_TO_UNLOCK) { in KeyguardIndicationController()
986 mHandler.removeMessages(MSG_SHOW_ACTION_TO_UNLOCK); in showBiometricMessage()
1401 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_SHOW_ACTION_TO_UNLOCK), in onBiometricHelp()