Searched defs:authenticationMethod (Results 1 – 9 of 9) sorted by relevance
99 fun authenticationMethod() = in authenticationMethod() method in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest
50 abstract val authenticationMethod: AuthenticationMethodModel constant in com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerViewModel
58 override val authenticationMethod = AuthenticationMethodModel.Password in <lambda>() constant
114 override val authenticationMethod: AuthenticationMethodModel = authenticationMethod in <lambda>() constant
82 override val authenticationMethod = AuthenticationMethodModel.Pattern in <lambda>() constant
120 val authenticationMethod: Flow<AuthenticationMethodModel> in <lambda>() constant212 override val authenticationMethod: Flow<AuthenticationMethodModel> = constant
89 val authenticationMethod: Flow<AuthenticationMethodModel> = repository.authenticationMethod in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
64 fun authenticationMethod() = in <lambda>() method
57 override val authenticationMethod: StateFlow<AuthenticationMethodModel> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository