Searched refs:TYPE_IRIS (Results 1 – 2 of 2) sorted by relevance
24 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_IRIS;107 TYPE_IRIS,986 case TYPE_IRIS: in isEnabledForApp()1000 case TYPE_IRIS: in getErrorString()1016 case TYPE_IRIS: in getAuthenticator()1030 case TYPE_IRIS: in hasFeature()1103 if ((mCurrentAuthSession.mModality & BiometricAuthenticator.TYPE_IRIS) != 0) { in statsModality()1424 } else if (pair.getKey() == TYPE_IRIS) { in handleOnReadyForAuthentication()1530 if ((modality & TYPE_IRIS) != 0) { in authenticateInternal()1609 if ((mCurrentModality & TYPE_IRIS) != 0) { in cancelInternal()
49 int TYPE_IRIS = 1 << 1; field