Searched refs:mFpProps (Results 1 – 1 of 1) sorted by relevance
167 @Nullable private List<FingerprintSensorPropertiesInternal> mFpProps; field in AuthController286 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()