Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java307 @Nullable List<FaceSensorPropertiesInternal> faceProps, in AuthContainerView()
329 @Nullable List<FaceSensorPropertiesInternal> faceProps, in AuthContainerView()
438 @Nullable FaceSensorPropertiesInternal faceProps, in showPrompt()
455 @Nullable FaceSensorPropertiesInternal faceProps, in addBiometricView()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java240 final List<FaceSensorPropertiesInternal> faceProps = List.of( in setup() local