Home
last modified time | relevance | path

Searched defs:credentialKind (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DPromptSelectorInteractorImplTest.kt110 val credentialKind by collectLastValue(interactor.credentialKind) in TestScope() constant
166 val credentialKind by collectLastValue(interactor.credentialKind) in useCredentialAndReset() constant
182 val credentialKind by collectLastValue(interactor.credentialKind) in verifyUnset() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DPromptSelectorInteractor.kt62 val credentialKind: Flow<PromptKind> in <lambda>() constant
133 override val credentialKind: Flow<PromptKind> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModel.kt88 val credentialKind: Flow<PromptKind> = promptSelectorInteractor.credentialKind in <lambda>() constant