Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java143 private static final int MSG_BIOMETRIC_HELP = 41 << MSG_SHIFT; field in CommandQueue
1131 mHandler.obtainMessage(MSG_BIOMETRIC_HELP, args).sendToTarget(); in onBiometricHelp()
1708 mHandler.removeMessages(MSG_BIOMETRIC_HELP); in handleMessage()
1734 case MSG_BIOMETRIC_HELP: { in handleMessage()