Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java165 @Nullable private final List<FaceSensorPropertiesInternal> mFaceProps; field in AuthController
376 if (mFaceProps == null) { in handleEnrollmentsChanged()
379 for (FaceSensorPropertiesInternal prop : mFaceProps) { in handleEnrollmentsChanged()
784 mFaceProps = mFaceManager != null ? mFaceManager.getSensorPropertiesInternal() : null; in AuthController()
1154 if (mFaceProps == null) { in isFaceAuthEnrolled()
1325 return new AuthContainerView(config, mApplicationCoroutineScope, mFpProps, mFaceProps, in buildDialog()
DAuthContainerView.java168 private final List<FaceSensorPropertiesInternal> mFaceProps; field in AuthContainerView
359 mFaceProps = faceProps; in AuthContainerView()
641 mFaceProps, mConfig.mSensorIds);