Home
last modified time | relevance | path

Searched refs:hasSystemFeature (Results 1 – 21 of 21) 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>()
62 …addIf(hasSystemFeature("android.hardware.biometrics.face"), AUTHENTICATION_TYPE_FACIAL_RECOGNITION) in <lambda>()
63 addIf(hasSystemFeature("android.hardware.biometrics.iris"), AUTHENTICATION_TYPE_IRIS) in <lambda>()
64 … addIf(hasSystemFeature("com.samsung.android.bio.face"), AUTHENTICATION_TYPE_FACIAL_RECOGNITION) in <lambda>()
299 private fun hasSystemFeature(feature: String) = packageManager.hasSystemFeature(feature) in hasSystemFeature() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt102 if (packageManager.hasSystemFeature("android.hardware.fingerprint")) { in supportedAuthenticationTypesAsync()
107 if (packageManager.hasSystemFeature("android.hardware.biometrics.face")) { in supportedAuthenticationTypesAsync()
110 if (packageManager.hasSystemFeature("android.hardware.biometrics.iris")) { in supportedAuthenticationTypesAsync()
116 …if (packageManager.hasSystemFeature("com.samsung.android.bio.face") && !results.contains(AUTHENTIC… in supportedAuthenticationTypesAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt102 if (packageManager.hasSystemFeature("android.hardware.fingerprint")) { in supportedAuthenticationTypesAsync()
107 if (packageManager.hasSystemFeature("android.hardware.biometrics.face")) { in supportedAuthenticationTypesAsync()
110 if (packageManager.hasSystemFeature("android.hardware.biometrics.iris")) { in supportedAuthenticationTypesAsync()
116 …if (packageManager.hasSystemFeature("com.samsung.android.bio.face") && !results.contains(AUTHENTIC… in supportedAuthenticationTypesAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt138 if (packageManager.hasSystemFeature("android.hardware.fingerprint")) { in supportedAuthenticationTypesAsync()
143 if (packageManager.hasSystemFeature("android.hardware.biometrics.face")) { in supportedAuthenticationTypesAsync()
146 if (packageManager.hasSystemFeature("android.hardware.biometrics.iris")) { in supportedAuthenticationTypesAsync()
152 …if (packageManager.hasSystemFeature("com.samsung.android.bio.face") && !results.contains(AUTHENTIC… in supportedAuthenticationTypesAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt116 return@AsyncFunction context.applicationContext.packageManager.hasSystemFeature(feature) in <lambda>()
140 if (context.applicationContext.packageManager.hasSystemFeature("amazon.hardware.fire_tv")) { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sensors/modules/
H A DPedometerModule.kt56 …promise.resolve(context.packageManager.hasSystemFeature(PackageManager.FEATURE_SENSOR_STEP_COUNTER… in isAvailableAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sensors/modules/
H A DPedometerModule.kt56 …promise.resolve(context.packageManager.hasSystemFeature(PackageManager.FEATURE_SENSOR_STEP_COUNTER… in isAvailableAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sensors/modules/
H A DPedometerModule.kt56 …promise.resolve(context.packageManager.hasSystemFeature(PackageManager.FEATURE_SENSOR_STEP_COUNTER… in isAvailableAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt117 return@AsyncFunction context.applicationContext.packageManager.hasSystemFeature(feature) in <lambda>()
139 if (context.applicationContext.packageManager.hasSystemFeature("amazon.hardware.fire_tv")) { in <lambda>()
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt117 return@AsyncFunction context.applicationContext.packageManager.hasSystemFeature(feature) in <lambda>()
135 if (context.applicationContext.packageManager.hasSystemFeature("amazon.hardware.fire_tv")) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt154 promise.resolve(mContext.applicationContext.packageManager.hasSystemFeature(feature)) in hasPlatformFeatureAsync()
165 if (context.applicationContext.packageManager.hasSystemFeature("amazon.hardware.fire_tv")) { in getDeviceType()
/expo/packages/expo-sms/android/src/main/java/expo/modules/sms/
H A DSMSModule.kt39 return@AsyncFunction context.packageManager.hasSystemFeature(PackageManager.FEATURE_TELEPHONY) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sms/
H A DSMSModule.kt39 return@AsyncFunction context.packageManager.hasSystemFeature(PackageManager.FEATURE_TELEPHONY) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sms/
H A DSMSModule.kt39 return@AsyncFunction context.packageManager.hasSystemFeature(PackageManager.FEATURE_TELEPHONY) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DPushProvisioningProxy.kt33 return if (context.packageManager.hasSystemFeature(PackageManager.FEATURE_NFC)) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DPushProvisioningProxy.kt33 return if (context.packageManager.hasSystemFeature(PackageManager.FEATURE_NFC)) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sms/
H A DSMSModule.kt108 promise.resolve(context.packageManager.hasSystemFeature(PackageManager.FEATURE_TELEPHONY)) in isAvailableAsync()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DPushProvisioningProxy.kt34 return if (context.packageManager.hasSystemFeature(PackageManager.FEATURE_NFC)) { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DPushProvisioningProxy.kt33 return if (context.packageManager.hasSystemFeature(PackageManager.FEATURE_NFC)) { in <lambda>()
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx305 …//developer.android.com/reference/android/content/pm/PackageManager#hasSystemFeature(java.lang.Str…
/expo/packages/expo-device/build/
H A DDevice.js.map1 …//developer.android.com/reference/android/content/pm/PackageManager#hasSystemFeature(java.lang.Str…