Searched refs:findFirstSensorProperties (Results 1 – 2 of 2) sorted by relevance
361 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(
109 fun <T : SensorPropertiesInternal> findFirstSensorProperties( in isManagedProfile() method