Searched refs:mFpProps (Results 1 – 2 of 2) sorted by relevance
166 @Nullable private List<FingerprintSensorPropertiesInternal> mFpProps; field in AuthController285 mFpProps = sensors; in handleAllFingerprintAuthenticatorsRegistered()289 for (FingerprintSensorPropertiesInternal props : mFpProps) { in handleAllFingerprintAuthenticatorsRegistered()359 if (mFpProps != null) { in handleEnrollmentsChanged()360 for (FingerprintSensorPropertiesInternal prop: mFpProps) { in handleEnrollmentsChanged()655 if (mFpProps == null) { in updateFingerprintLocation()670 return mFpProps; in getFingerprintProperties()1020 if (mFpProps != null) { in isRearFpsSupported()1021 for (FingerprintSensorPropertiesInternal prop: mFpProps) { in isRearFpsSupported()1325 return new AuthContainerView(config, mApplicationCoroutineScope, mFpProps, mFaceProps, in buildDialog()
167 private final List<FingerprintSensorPropertiesInternal> mFpProps; field in AuthContainerView358 mFpProps = fpProps; in AuthContainerView()639 mFpProps, mConfig.mSensorIds);