Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java310 final int singleSensorAuthId = config.mSensorIds[0]; in AuthContainerView() local
311 if (Utils.containsSensorId(mFpProps, singleSensorAuthId)) { in AuthContainerView()
314 if (prop.sensorId == singleSensorAuthId) { in AuthContainerView()
329 } else if (Utils.containsSensorId(mFaceProps, singleSensorAuthId)) { in AuthContainerView()
334 Log.e(TAG, "Unknown sensorId: " + singleSensorAuthId); in AuthContainerView()