Home
last modified time | relevance | path

Searched defs:authenticating (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptViewModelTest.kt203 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
287 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
338 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
442 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
458 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
478 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
514 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
553 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
581 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
621 val authenticating by collectLastValue(viewModel.isAuthenticating) regex
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DFaceAuthenticationLogger.kt62 fun authenticating(uiEvent: FaceAuthUiEvent) { regex