Searched refs:TYPE_FACE (Results 1 – 3 of 3) sorted by relevance
22 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_FACE;108 TYPE_FACE988 case TYPE_FACE: in isEnabledForApp()1003 case TYPE_FACE: in getErrorString()1018 case TYPE_FACE: in getAuthenticator()1032 case TYPE_FACE: in hasFeature()1106 if ((mCurrentAuthSession.mModality & BiometricAuthenticator.TYPE_FACE) != 0) { in statsModality()1180 if ((mCurrentAuthSession.mModality & TYPE_FACE) != 0) { in handleAuthenticationFailed()1426 } else if (pair.getKey() == TYPE_FACE) { in handleOnReadyForAuthentication()1506 if ((modality & TYPE_FACE) != 0) { in authenticateInternal()[all …]
55 int TYPE_FACE = 1 << 2; field
222 } else if (type == BiometricAuthenticator.TYPE_FACE) { in handleShowDialog()