Home
last modified time | relevance | path

Searched defs:authMethod (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt62 val authMethod by collectLastValue(underTest.authenticationMethod) regex
80 val authMethod by collectLastValue(underTest.authenticationMethod) regex
96 val authMethod by collectLastValue(underTest.authenticationMethod) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepositoryTest.kt86 val authMethod by collectLastValue(underTest.authenticationMethod) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartable.kt180 val authMethod = authenticationInteractor.getAuthenticationMethod() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt274 val authMethod = getAuthenticationMethod() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/
H A DSceneFrameworkIntegrationTest.kt448 val authMethod = authenticationInteractor.getAuthenticationMethod() regex