Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintView.kt47 isSfps = sensorProps.isAnySidefpsType
H A DAuthBiometricFingerprintIconController.kt69 fpm.sensorPropertiesInternal.any { it.isAnySidefpsType }
H A DSideFpsController.kt367 get() = this?.sensorPropertiesInternal?.firstOrNull { it.isAnySidefpsType }
H A DAuthController.java294 if (props.isAnySidefpsType()) { in handleAllFingerprintAuthenticatorsRegistered()
372 } else if (prop.isAnySidefpsType()) { in handleEnrollmentsChanged()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorPropertiesInternal.java126 public boolean isAnySidefpsType() { in isAnySidefpsType() method in FingerprintSensorPropertiesInternal
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintAuthenticationClient.java161 if (mSensorProps.isAnySidefpsType()) { in FingerprintAuthenticationClient()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java322 || sensorProps.isAnySidefpsType())) {