Searched refs:setDeviceCredentialAllowed (Results 1 – 7 of 7) sorted by relevance
47 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()73 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
900 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()926 promptInfo.setDeviceCredentialAllowed(allowDeviceCredential); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
171 public void setDeviceCredentialAllowed(boolean deviceCredentialAllowed) { in setDeviceCredentialAllowed() method in PromptInfo
302 public Builder setDeviceCredentialAllowed(boolean allowed) { in setDeviceCredentialAllowed() method in BiometricPrompt.Builder303 mPromptInfo.setDeviceCredentialAllowed(allowed); in setDeviceCredentialAllowed()
98 promptInfo.setDeviceCredentialAllowed(false); in combineAuthenticatorBundles()
4949 // The value passed to setDeviceCredentialAllowed(boolean), or false if not set.
17832 …ull public android.hardware.biometrics.BiometricPrompt.Builder setDeviceCredentialAllowed(boolean);