Home
last modified time | relevance | path

Searched refs:isStrong (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt534 FaceManager.FaceDetectionCallback { sensorId, userId, isStrong -> in isStrong() method
536 _detectionStatus.value = FaceDetectionStatus(sensorId, userId, isStrong) in isStrong()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java406 final boolean isStrong = props.sensorStrength == STRENGTH_STRONG;
408 receiver.onAuthenticationSucceeded(fingerprint, userId, isStrong);
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1318 auto setRootObject = [](bool isStrong) -> SetFn { in TEST_P() argument
1319 return isStrong ? SetFn(&RpcServer::setRootObject) : SetFn(&RpcServer::setRootObjectWeak); in TEST_P()