Home
last modified time | relevance | path

Searched refs:getSensorPropForInstance (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceService.java694 faceSensorConfigurations.getSensorPropForInstance(finalSensorInstance)); in filterAvailableHalInstances()
702 faceSensorConfigurations.getSensorPropForInstance(virtualInstance)); in filterAvailableHalInstances()
706 faceSensorConfigurations.getSensorPropForInstance(finalSensorInstance)); in filterAvailableHalInstances()
714 .getSensorPropForInstance(notAVirtualInstance)); in filterAvailableHalInstances()
719 .getSensorPropForInstance(finalSensorInstance)); in filterAvailableHalInstances()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintSensorConfigurations.java169 public SensorProps[] getSensorPropForInstance(String instance) { in getSensorPropForInstance() method in FingerprintSensorConfigurations
/frameworks/base/core/java/android/hardware/face/
DFaceSensorConfigurations.java168 public SensorProps[] getSensorPropForInstance(String instance) { in getSensorPropForInstance() method in FaceSensorConfigurations
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java1098 fingerprintSensorConfigurations.getSensorPropForInstance(finalSensorInstance)); in filterAvailableHalInstances()
1106 fingerprintSensorConfigurations.getSensorPropForInstance(virtualInstance)); in filterAvailableHalInstances()
1110 fingerprintSensorConfigurations.getSensorPropForInstance( in filterAvailableHalInstances()
1119 .getSensorPropForInstance(notAVirtualInstance)); in filterAvailableHalInstances()
1124 .getSensorPropForInstance(finalSensorInstance)); in filterAvailableHalInstances()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java232 .getSensorPropForInstance("defaultHIDL"); in testRegisterAuthenticator_registerAuthenticators()
242 .getSensorPropForInstance("defaultHIDL"); in testRegisterAuthenticator_registerAuthenticators()