Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java240 final android.hardware.biometrics.face.SensorProps[] faceProp = in testRegisterAuthenticator_registerAuthenticators() local
244 assertEquals(faceProp[0].commonProps.sensorId, faceId); in testRegisterAuthenticator_registerAuthenticators()
245 assertEquals(faceProp[0].commonProps.sensorStrength, in testRegisterAuthenticator_registerAuthenticators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java640 final FaceSensorPropertiesInternal faceProp = Utils.findFirstSensorProperties(
645 if (faceProp != null && mBiometricView != null && mBiometricView.isFaceOnly()) {