Home
last modified time | relevance | path

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

/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt133 isRetryingWithDeviceCredentials = false in <lambda>()
161 private var isRetryingWithDeviceCredentials = false variable in expo.modules.localauthentication.LocalAuthenticationModule
167 isRetryingWithDeviceCredentials = false in onAuthenticationSucceeded()
180 if (isBiometricUnavailable(errMsgId) && isDeviceSecure && !isRetryingWithDeviceCredentials) { in onAuthenticationError()
189 isRetryingWithDeviceCredentials = true in onAuthenticationError()
198 isRetryingWithDeviceCredentials = false in onAuthenticationError()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt39 private var isRetryingWithDeviceCredentials = false variable
72 isRetryingWithDeviceCredentials = false in onAuthenticationSucceeded()
85 if (isBiometricUnavailable(errMsgId) && isDeviceSecure && !isRetryingWithDeviceCredentials) { in onAuthenticationError()
94 isRetryingWithDeviceCredentials = true in onAuthenticationError()
103 isRetryingWithDeviceCredentials = false in onAuthenticationError()
357 isRetryingWithDeviceCredentials = false in onActivityResult()