Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java311 if (Utils.containsSensorId(mFpProps, singleSensorAuthId)) { in AuthContainerView()
329 } else if (Utils.containsSensorId(mFaceProps, singleSensorAuthId)) { in AuthContainerView()
813 if (Utils.containsSensorId(mFpProps, sensorId)) { in findFaceAndFingerprintSensors()
815 } else if (Utils.containsSensorId(mFaceProps, sensorId)) { in findFaceAndFingerprintSensors()
H A DUtils.java110 static boolean containsSensorId(@Nullable List<? extends SensorPropertiesInternal> properties, in containsSensorId() method in Utils