Home
last modified time | relevance | path

Searched defs:authenticationInteractor (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/ui/viewmodel/
DBouncerContainerViewModel.java15 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in BouncerContainerViewModel
22com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in BouncerContainerViewModel()
DBouncerMessageViewModel.java44 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in BouncerMessageViewModel
93com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in BouncerMessageViewModel()
DBouncerSceneContentViewModel.java37 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in BouncerSceneContentViewModel
163com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in BouncerSceneContentViewModel()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/scene/domain/startable/
DStatusBarStartable.java58 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in StatusBarStartable
86com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in StatusBarStartable()
DSceneContainerStartable.java97 …ystemui.authentication.domain.interactor.AuthenticationInteractor> authenticationInteractor = null; field in SceneContainerStartable
157dagger.Lazy<com.android.systemui.authentication.domain.interactor.AuthenticationInteractor> authen… in SceneContainerStartable()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractor.java35 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in DeviceEntryInteractor
116com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in DeviceEntryInteractor()
DDeviceUnlockedInteractor.java34 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in DeviceUnlockedInteractor
98 public DeviceUnlockedInteractor(@org.jetbrains.annotations.NotNull() in DeviceUnlockedInteractor()
DDeviceEntrySourceInteractor.java66 public DeviceEntrySourceInteractor(@org.jetbrains.annotations.NotNull() in DeviceEntrySourceInteractor()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractor.java51 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in BouncerActionButtonInteractor
84com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in BouncerActionButtonInteractor()
DBouncerInteractor.java42 …systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInteractor = null; field in BouncerInteractor
145com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in BouncerInteractor()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
H A DSceneBackInteractorTest.kt53 private val authenticationInteractor by lazy { kosmos.authenticationInteractor } in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractorTest.kt66 private val authenticationInteractor = kosmos.authenticationInteractor in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerMessageViewModelTest.kt79 private val authenticationInteractor by lazy { kosmos.authenticationInteractor } in <lambda>() constant
H A DPatternBouncerViewModelTest.kt61 private val authenticationInteractor by lazy { kosmos.authenticationInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.PatternBouncerViewModelTest
H A DPasswordBouncerViewModelTest.kt67 private val authenticationInteractor by lazy { kosmos.authenticationInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.PasswordBouncerViewModelTest
H A DPinBouncerViewModelTest.kt70 private val authenticationInteractor by lazy { kosmos.authenticationInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.PinBouncerViewModelTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorKosmos.kt25 val Kosmos.authenticationInteractor by constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/shade/ui/viewmodel/
DNotificationShadeWindowModel.java54dagger.Lazy<com.android.systemui.authentication.domain.interactor.AuthenticationInteractor> authen… in NotificationShadeWindowModel()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
H A DDeviceEntryInteractorTest.kt73 private val authenticationInteractor by lazy { kosmos.authenticationInteractor } in <lambda>() constant in com.android.systemui.deviceentry.domain.interactor.DeviceEntryInteractorTest
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/domain/interactor/
DStatusBarDisableFlagsInteractor.java70com.android.systemui.authentication.domain.interactor.AuthenticationInteractor authenticationInter… in StatusBarDisableFlagsInteractor()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerContainerViewModel.kt33 private val authenticationInteractor: AuthenticationInteractor, in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.BouncerContainerViewModel
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
H A DDeviceEntryInteractor.kt61 private val authenticationInteractor: AuthenticationInteractor, in <lambda>() constant in com.android.systemui.deviceentry.domain.interactor.DeviceEntryInteractor
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerActionButtonInteractor.kt68 private val authenticationInteractor: AuthenticationInteractor, constant in com.android.systemui.bouncer.domain.interactor.BouncerActionButtonInteractor
H A DBouncerInteractor.kt62 private val authenticationInteractor: AuthenticationInteractor, in <lambda>() constant in com.android.systemui.bouncer.domain.interactor.BouncerInteractor
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DStatusBarStartable.kt72 private val authenticationInteractor: AuthenticationInteractor, in <lambda>() constant in com.android.systemui.scene.domain.startable.StatusBarStartable

12