Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java167 @Nullable private List<FingerprintSensorPropertiesInternal> mFpProps; field in AuthController
286 mFpProps = sensors; in handleAllFingerprintAuthenticatorsRegistered()
290 for (FingerprintSensorPropertiesInternal props : mFpProps) { in handleAllFingerprintAuthenticatorsRegistered()
365 if (mFpProps != null) { in handleEnrollmentsChanged()
366 for (FingerprintSensorPropertiesInternal prop: mFpProps) { in handleEnrollmentsChanged()
657 if (mFpProps == null) { in updateFingerprintLocation()
672 return mFpProps; in getFingerprintProperties()
1031 if (mFpProps != null) { in isRearFpsSupported()
1032 for (FingerprintSensorPropertiesInternal prop: mFpProps) { in isRearFpsSupported()
1339 …return new AuthContainerView(config, mFeatureFlags, mApplicationCoroutineScope, mFpProps, mFacePro… in buildDialog()