Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java361 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds), in AuthContainerView()
362 Utils.findFirstSensorProperties(faceProps, mConfig.mSensorIds)); in AuthContainerView()
415 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds), in AuthContainerView()
416 Utils.findFirstSensorProperties(faceProps, mConfig.mSensorIds), in AuthContainerView()
638 final FingerprintSensorPropertiesInternal fpProp = Utils.findFirstSensorProperties(
640 final FaceSensorPropertiesInternal faceProp = Utils.findFirstSensorProperties(
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/
DUtils.kt109 fun <T : SensorPropertiesInternal> findFirstSensorProperties( in isManagedProfile() method