Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java88 private static final int MSG_FINGERPRINT_SHOW = 39 << MSG_SHIFT; field in CommandQueue
521 mHandler.obtainMessage(MSG_FINGERPRINT_SHOW, args) in showFingerprintDialog()
755 case MSG_FINGERPRINT_SHOW: in handleMessage()