Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java166 @Nullable private final List<FaceSensorPropertiesInternal> mFaceProps; field in AuthController
382 if (mFaceProps == null) { in handleEnrollmentsChanged()
385 for (FaceSensorPropertiesInternal prop : mFaceProps) { in handleEnrollmentsChanged()
684 if (mFaceProps == null || mFaceSensorLocationDefault == null) { in updateFaceLocation()
818 mFaceProps = mFaceManager != null ? mFaceManager.getSensorPropertiesInternal() : null; in AuthController()
1161 if (mFaceProps == null) { in isFaceAuthEnrolled()
1339 …turn new AuthContainerView(config, mFeatureFlags, mApplicationCoroutineScope, mFpProps, mFaceProps, in buildDialog()