Searched refs:faceProps (Results 1 – 2 of 2) sorted by relevance
190 @Nullable List<FaceSensorPropertiesInternal> faceProps) { in build() argument193 return new AuthContainerView(mConfig, new Injector(), fpProps, faceProps); in build()279 @Nullable List<FaceSensorPropertiesInternal> faceProps) { in AuthContainerView() argument285 mFaceProps = faceProps; in AuthContainerView()
272 @Nullable List<FaceSensorPropertiesInternal> faceProps) { in TestableAuthContainer() argument274 super(config, new MockInjector(), fpProps, faceProps); in TestableAuthContainer()