Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java178 int[] mSensorIds; field in AuthContainerView.Config
360 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds), in AuthContainerView()
361 Utils.findFirstSensorProperties(faceProps, mConfig.mSensorIds), in AuthContainerView()
423 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds); in showLegacyPrompt()
425 Utils.findFirstSensorProperties(faceProps, mConfig.mSensorIds); in showLegacyPrompt()
956 pw.println(" config.sensorIds exist=" + (mConfig.mSensorIds != null));
H A DAuthController.java1337 config.mSensorIds = sensorIds; in buildDialog()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.kt512 mSensorIds = (fingerprintProps.map { it.sensorId } +