Home
last modified time | relevance | path

Searched refs:setDeviceCredentialAllowed (Results 1 – 7 of 7) 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.java900 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
926 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java171 public void setDeviceCredentialAllowed(boolean deviceCredentialAllowed) { in setDeviceCredentialAllowed() method in PromptInfo
DBiometricPrompt.java302 public Builder setDeviceCredentialAllowed(boolean allowed) { in setDeviceCredentialAllowed() method in BiometricPrompt.Builder
303 mPromptInfo.setDeviceCredentialAllowed(allowed); in setDeviceCredentialAllowed()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java98 promptInfo.setDeviceCredentialAllowed(false); in combineAuthenticatorBundles()
/frameworks/proto_logging/stats/
Datoms.proto4949 // The value passed to setDeviceCredentialAllowed(boolean), or false if not set.
/frameworks/base/core/api/
Dcurrent.txt17832 …ull public android.hardware.biometrics.BiometricPrompt.Builder setDeviceCredentialAllowed(boolean);