Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java275 @Nullable List<FingerprintSensorPropertiesInternal> fpProps, in AuthContainerView()
299 @Nullable List<FingerprintSensorPropertiesInternal> fpProps, in AuthContainerView()
385 @Nullable FingerprintSensorPropertiesInternal fpProps, in showPrompt()
417 @Nullable List<FingerprintSensorPropertiesInternal> fpProps, in showLegacyPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java249 final List<FingerprintSensorPropertiesInternal> fpProps = List.of( in setup() local