Home
last modified time | relevance | path

Searched refs:useCredentialsForAuthentication (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractor.kt82 fun useCredentialsForAuthentication( regex
165 override fun useCredentialsForAuthentication(
H A DPromptCredentialInteractor.kt113 fun useCredentialsForAuthentication( regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractorImplTest.kt170 interactor.useCredentialsForAuthentication(info, kind, USER_ID, CHALLENGE)
H A DPromptCredentialInteractorTest.kt109 interactor.useCredentialsForAuthentication(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java516 mPromptSelectorInteractorProvider.get().useCredentialsForAuthentication( in addCredentialView()