Home
last modified time | relevance | path

Searched refs:setDeviceCredentialAllowed (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java47 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
73 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
H A DBiometricServiceTest.java1082 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
1108 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
1917 promptInfo.setDeviceCredentialAllowed(deviceCredentialAllowed); in createTestPromptInfo()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java196 public void setDeviceCredentialAllowed(boolean deviceCredentialAllowed) { in setDeviceCredentialAllowed() method in PromptInfo
H A DBiometricPrompt.java330 public Builder setDeviceCredentialAllowed(boolean allowed) { in setDeviceCredentialAllowed() method in BiometricPrompt.Builder
331 mPromptInfo.setDeviceCredentialAllowed(allowed); in setDeviceCredentialAllowed()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java106 promptInfo.setDeviceCredentialAllowed(false); in combineAuthenticatorBundles()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt18362 …ull public android.hardware.biometrics.BiometricPrompt.Builder setDeviceCredentialAllowed(boolean);