Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java190 @Nullable List<FaceSensorPropertiesInternal> faceProps) { in build() argument
193 return new AuthContainerView(mConfig, new Injector(), fpProps, faceProps); in build()
279 @Nullable List<FaceSensorPropertiesInternal> faceProps) { in AuthContainerView() argument
285 mFaceProps = faceProps; in AuthContainerView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java272 @Nullable List<FaceSensorPropertiesInternal> faceProps) { in TestableAuthContainer() argument
274 super(config, new MockInjector(), fpProps, faceProps); in TestableAuthContainer()