Searched refs:mFaceProps (Results 1 – 2 of 2) sorted by relevance
165 @Nullable private final List<FaceSensorPropertiesInternal> mFaceProps; field in AuthController376 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()
168 private final List<FaceSensorPropertiesInternal> mFaceProps; field in AuthContainerView359 mFaceProps = faceProps; in AuthContainerView()641 mFaceProps, mConfig.mSensorIds);