Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java166 @Nullable private List<FingerprintSensorPropertiesInternal> mFpProps; field in AuthController
285 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()
DAuthContainerView.java167 private final List<FingerprintSensorPropertiesInternal> mFpProps; field in AuthContainerView
358 mFpProps = fpProps; in AuthContainerView()
639 mFpProps, mConfig.mSensorIds);