Home
last modified time | relevance | path

Searched refs:AuthenticationInteractor (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
DComposeBouncerViewBinder.kt13 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
30 authenticationInteractor: AuthenticationInteractor, in <lambda>()
DBouncerViewBinder.kt7 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
45 val authenticationInteractor: AuthenticationInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractor.kt19 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
46 authenticationInteractor: AuthenticationInteractor, in <lambda>()
DDeviceEntryInteractor.kt20 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
61 private val authenticationInteractor: AuthenticationInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorKosmos.kt27 AuthenticationInteractor( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractor.kt30 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
64 private val authenticationInteractor: AuthenticationInteractor,
DBouncerInteractor.kt22 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
56 private val authenticationInteractor: AuthenticationInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerMessageViewModel.kt21 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
73 private val authenticationInteractor: AuthenticationInteractor, in <lambda>()
412 authenticationInteractor: AuthenticationInteractor, in viewModel()
DBouncerViewModel.kt32 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
75 private val authenticationInteractor: AuthenticationInteractor, in <lambda>()
424 authenticationInteractor: AuthenticationInteractor, in viewModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt63 class AuthenticationInteractor in <lambda>() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartable.kt26 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
114 private val authenticationInteractor: Lazy<AuthenticationInteractor>, in <lambda>()