Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java47 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
73 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
DBiometricServiceTest.java1113 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
1139 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
2009 promptInfo.setDeviceCredentialAllowed(deviceCredentialAllowed); in createTestPromptInfo()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java281 public void setDeviceCredentialAllowed(boolean deviceCredentialAllowed) { in setDeviceCredentialAllowed() method in PromptInfo
DBiometricPrompt.java464 public Builder setDeviceCredentialAllowed(boolean allowed) { in setDeviceCredentialAllowed() method in BiometricPrompt.Builder
465 mPromptInfo.setDeviceCredentialAllowed(allowed); in setDeviceCredentialAllowed()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java118 promptInfo.setDeviceCredentialAllowed(false); in combineAuthenticatorBundles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java399 .setDeviceCredentialAllowed(true) in debugBiometricPrompt()
/frameworks/proto_logging/stats/
Datoms.proto6490 // The value passed to setDeviceCredentialAllowed(boolean), or false if not set.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt18962 …ull public android.hardware.biometrics.BiometricPrompt.Builder setDeviceCredentialAllowed(boolean);