Searched defs:authenticationMethod (Results 1 – 6 of 6) sorted by relevance
84 fun authenticationMethod() = in authenticationMethod() method in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest
83 val authenticationMethod: Flow<DomainLayerAuthenticationMethodModel> = in <lambda>() constant99 ) { isUnlocked, authenticationMethod -> in <lambda>() method139 authenticationMethod, in <lambda>() method
110 val authenticationMethod: Flow<AuthenticationMethodModel> in <lambda>() constant208 override val authenticationMethod: Flow<AuthenticationMethodModel> = constant
90 .map { authenticationMethod -> in <lambda>() method
51 override val authenticationMethod: StateFlow<AuthenticationMethodModel> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
60 fun authenticationMethod() = in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest