Searched refs:containsSensorId (Results 1 – 2 of 2) sorted by relevance
311 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()
110 static boolean containsSensorId(@Nullable List<? extends SensorPropertiesInternal> properties, in containsSensorId() method in Utils