Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt124 suspend fun getAuthenticationMethod(): AuthenticationMethodModel in <lambda>() method
230 override suspend fun getAuthenticationMethod(): AuthenticationMethodModel { in getAuthenticationMethod() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt60 override suspend fun getAuthenticationMethod(): AuthenticationMethodModel { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt217 suspend fun getAuthenticationMethod(): DomainLayerAuthenticationMethodModel { in <lambda>() method