Home
last modified time | relevance | path

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

/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt80 if (isDeviceSecure) { in <lambda>()
95 if (!keyguardManager.isDeviceSecure) { in <lambda>()
180 if (isBiometricUnavailable(errMsgId) && isDeviceSecure && !isRetryingWithDeviceCredentials) { in onAuthenticationError()
309 private val isDeviceSecure: Boolean in hasSystemFeature() constant in expo.modules.localauthentication.LocalAuthenticationModule
310 get() = keyguardManager.isDeviceSecure in hasSystemFeature()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt85 if (isBiometricUnavailable(errMsgId) && isDeviceSecure && !isRetryingWithDeviceCredentials) { in onAuthenticationError()
174 if (isDeviceSecure) { in getEnrolledLevelAsync()
194 if (!keyguardManager.isDeviceSecure) { in authenticateAsync()
380 private val isDeviceSecure: Boolean in onNewIntent() constant
382 keyguardManager.isDeviceSecure in onNewIntent()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt138 if (isDeviceSecure) { in getEnrolledLevelAsync()
158 if (!keyguardManager.isDeviceSecure) { in authenticateAsync()
268 private val isDeviceSecure: Boolean in onNewIntent() constant
270 keyguardManager.isDeviceSecure in onNewIntent()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt138 if (isDeviceSecure) { in getEnrolledLevelAsync()
158 if (!keyguardManager.isDeviceSecure) { in authenticateAsync()
268 private val isDeviceSecure: Boolean in onNewIntent() constant
270 keyguardManager.isDeviceSecure in onNewIntent()