Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java249 final List<FingerprintSensorPropertiesInternal> fpProps = List.of( in setup() local