Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogImpl.java48 private static final int MSG_BIOMETRIC_AUTHENTICATED = 2; field in BiometricDialogImpl
73 case MSG_BIOMETRIC_AUTHENTICATED: {
172 mHandler.removeMessages(MSG_BIOMETRIC_AUTHENTICATED); in showBiometricDialog()
191 mHandler.obtainMessage(MSG_BIOMETRIC_AUTHENTICATED, args).sendToTarget(); in onBiometricAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java111 private static final int MSG_BIOMETRIC_AUTHENTICATED = 40 << MSG_SHIFT; field in CommandQueue
763 mHandler.obtainMessage(MSG_BIOMETRIC_AUTHENTICATED, args).sendToTarget(); in onBiometricAuthenticated()
1031 mHandler.removeMessages(MSG_BIOMETRIC_AUTHENTICATED); in handleMessage()
1044 case MSG_BIOMETRIC_AUTHENTICATED: { in handleMessage()