Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java422 final FingerprintSensorPropertiesInternal fpProperties = in showLegacyPrompt() local
427 if (fpProperties != null && faceProperties != null) { in showLegacyPrompt()
431 fingerprintAndFaceView.setSensorProperties(fpProperties); in showLegacyPrompt()
437 } else if (fpProperties != null) { in showLegacyPrompt()
441 fpView.setSensorProperties(fpProperties); in showLegacyPrompt()