Home
last modified time | relevance | path

Searched refs:setDisallowBiometricsIfPolicyExists (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DPreAuthInfoTest.java104 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testFaceAuthentication_whenCameraPrivacyIsEnabled()
120 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testFaceAuthentication_whenCameraPrivacyIsDisabledAndCameraIsAvailable()
137 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testFaceAuthentication_whenCameraIsUnavailable()
157 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testCanAuthenticateResult_whenCameraUnavailableAndNoFingerprintsEnrolled()
177 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testFingerprintAuthentication_whenCameraIsUnavailable()
DBiometricServiceTest.java2007 promptInfo.setDisallowBiometricsIfPolicyExists(checkDevicePolicy); in createTestPromptInfo()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java289 public void setDisallowBiometricsIfPolicyExists(boolean disallowBiometricsIfPolicyExists) { in setDisallowBiometricsIfPolicyExists() method in PromptInfo
DBiometricPrompt.java578 public Builder setDisallowBiometricsIfPolicyExists(boolean checkDevicePolicyManager) { in setDisallowBiometricsIfPolicyExists() method in BiometricPrompt.Builder
579 mPromptInfo.setDisallowBiometricsIfPolicyExists(checkDevicePolicyManager); in setDisallowBiometricsIfPolicyExists()