Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java217 public void setAllowBackgroundAuthentication(boolean allow) { in setAllowBackgroundAuthentication() method in PromptInfo
H A DBiometricPrompt.java408 public Builder setAllowBackgroundAuthentication(boolean allow) { in setAllowBackgroundAuthentication() method in BiometricPrompt.Builder
409 mPromptInfo.setAllowBackgroundAuthentication(allow); in setAllowBackgroundAuthentication()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java1000 promptInfo.setAllowBackgroundAuthentication(false); in testShowDialog_whenOwnerNotInForeground()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1419 … public android.hardware.biometrics.BiometricPrompt.Builder setAllowBackgroundAuthentication(boole…