Searched refs:TYPE_FINGERPRINT (Results 1 – 3 of 3) sorted by relevance
23 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_FINGERPRINT;106 TYPE_FINGERPRINT,984 case TYPE_FINGERPRINT: in isEnabledForApp()998 case TYPE_FINGERPRINT: in getErrorString()1013 case TYPE_FINGERPRINT: in getAuthenticator()1028 case TYPE_FINGERPRINT: in hasFeature()1099 if ((mCurrentAuthSession.mModality & BiometricAuthenticator.TYPE_FINGERPRINT) in statsModality()1422 if (pair.getKey() == TYPE_FINGERPRINT) { in handleOnReadyForAuthentication()1525 if ((modality & TYPE_FINGERPRINT) != 0) { in authenticateInternal()1605 if ((mCurrentModality & TYPE_FINGERPRINT) != 0) { in cancelInternal()
43 int TYPE_FINGERPRINT = 1 << 0; field
220 if (type == BiometricAuthenticator.TYPE_FINGERPRINT) { in handleShowDialog()