Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogImpl.java49 private static final int MSG_BIOMETRIC_HELP = 3; field in BiometricDialogImpl
80 case MSG_BIOMETRIC_HELP: {
171 mHandler.removeMessages(MSG_BIOMETRIC_HELP); in showBiometricDialog()
199 mHandler.obtainMessage(MSG_BIOMETRIC_HELP, args).sendToTarget(); in onBiometricHelp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java112 private static final int MSG_BIOMETRIC_HELP = 41 << MSG_SHIFT; field in CommandQueue
770 mHandler.obtainMessage(MSG_BIOMETRIC_HELP, message).sendToTarget(); in onBiometricHelp()
1030 mHandler.removeMessages(MSG_BIOMETRIC_HELP); in handleMessage()
1054 case MSG_BIOMETRIC_HELP: in handleMessage()