Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java110 private static final int MSG_BIOMETRIC_SHOW = 39 << MSG_SHIFT; field in CommandQueue
752 mHandler.obtainMessage(MSG_BIOMETRIC_SHOW, args) in showBiometricDialog()
1028 case MSG_BIOMETRIC_SHOW: { in handleMessage()