Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java276 @Nullable List<FaceSensorPropertiesInternal> faceProps, in AuthContainerView()
300 @Nullable List<FaceSensorPropertiesInternal> faceProps, in AuthContainerView()
386 @Nullable FaceSensorPropertiesInternal faceProps, in showPrompt()
418 @Nullable List<FaceSensorPropertiesInternal> faceProps in showLegacyPrompt()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java259 final List<FaceSensorPropertiesInternal> faceProps = List.of( in setup() local