Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java114 private static final int MSG_BIOMETRIC_HIDE = 43 << MSG_SHIFT; field in CommandQueue
784 mHandler.obtainMessage(MSG_BIOMETRIC_HIDE).sendToTarget(); in hideBiometricDialog()
1064 case MSG_BIOMETRIC_HIDE: in handleMessage()