Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java104 private static final int MSG_ON_AUTHENTICATION_TIMED_OUT = 11; field in BiometricService
216 case MSG_ON_AUTHENTICATION_TIMED_OUT: {
583 mHandler.obtainMessage(MSG_ON_AUTHENTICATION_TIMED_OUT, args).sendToTarget();