Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DPreAuthInfoTest.java105 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testFaceAuthentication_whenCameraPrivacyIsEnabled()
132 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testFaceAuthentication_whenCameraPrivacyIsDisabledAndCameraIsAvailable()
159 promptInfo.setDisallowBiometricsIfPolicyExists(false /* checkDevicePolicy */); in testFaceAuthentication_whenCameraIsUnavailable()
H A DBiometricServiceTest.java1915 promptInfo.setDisallowBiometricsIfPolicyExists(checkDevicePolicy); in createTestPromptInfo()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java204 public void setDisallowBiometricsIfPolicyExists(boolean disallowBiometricsIfPolicyExists) { in setDisallowBiometricsIfPolicyExists() method in PromptInfo
H A DBiometricPrompt.java422 public Builder setDisallowBiometricsIfPolicyExists(boolean checkDevicePolicyManager) { in setDisallowBiometricsIfPolicyExists() method in BiometricPrompt.Builder
423 mPromptInfo.setDisallowBiometricsIfPolicyExists(checkDevicePolicyManager); in setDisallowBiometricsIfPolicyExists()