Home
last modified time | relevance | path

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

/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt61 addIf(hasSystemFeature("android.hardware.fingerprint"), AUTHENTICATION_TYPE_FINGERPRINT) in <lambda>()
62addIf(hasSystemFeature("android.hardware.biometrics.face"), AUTHENTICATION_TYPE_FACIAL_RECOGNITION) in <lambda>()
63 addIf(hasSystemFeature("android.hardware.biometrics.iris"), AUTHENTICATION_TYPE_IRIS) in <lambda>()
64addIf(hasSystemFeature("com.samsung.android.bio.face"), AUTHENTICATION_TYPE_FACIAL_RECOGNITION) in <lambda>()
353 fun <T> MutableSet<T>.addIf(condition: Boolean, valueToAdd: T) { in addIf() method