Home
last modified time | relevance | path

Searched defs:keyguardInteractor (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorKosmos.kt30 val Kosmos.keyguardInteractor: KeyguardInteractor by constant
DKeyguardInteractorFactory.kt121 val keyguardInteractor: KeyguardInteractor, constant in com.android.systemui.keyguard.domain.interactor.KeyguardInteractorFactory.WithDependencies
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/sensorprivacy/domain/interactor/
DSensorPrivacyToggleTileUserActionInteractorTest.kt53 private val keyguardInteractor = kosmos.keyguardInteractor constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/
DScreenRecordTileUserActionInteractorTest.kt55 private val keyguardInteractor = kosmos.keyguardInteractor constant in com.android.systemui.qs.tiles.impl.screenrecord.domain.interactor.ScreenRecordTileUserActionInteractorTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt92 val keyguardInteractor = withDeps.keyguardInteractor in setUp() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldAodAnimationControllerTest.kt113 val keyguardInteractor = withDeps.keyguardInteractor in setup() constant
DDisplaySwitchLatencyTrackerTest.kt79 private val keyguardInteractor = mock<KeyguardInteractor>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ui/viewmodel/
DKeyguardStatusBarViewModelTest.kt64 private val keyguardInteractor by lazy { kosmos.keyguardInteractor } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/sensorprivacy/domain/
DSensorPrivacyToggleTileUserActionInteractor.kt41 private val keyguardInteractor: KeyguardInteractor, constant in com.android.systemui.qs.tiles.impl.sensorprivacy.domain.SensorPrivacyToggleTileUserActionInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/
DCommunalDreamStartable.kt51 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.communal.CommunalDreamStartable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModel.kt45 private val keyguardInteractor: KeyguardInteractor, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java125 static KeyguardViewMediator newKeyguardViewMediator( in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DBurnInInteractor.kt51 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.BurnInInteractor
DTransitionInteractor.kt56 val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.TransitionInteractor
DKeyguardTransitionAuditLogger.kt42 private val keyguardInteractor: KeyguardInteractor, constant in com.android.systemui.keyguard.domain.interactor.KeyguardTransitionAuditLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModel.kt46 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardIndicationAreaViewModel
DKeyguardQuickAffordancesCombinedViewModel.kt45 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModel
DAodBurnInViewModel.kt55 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.AodBurnInViewModel
DKeyguardBottomAreaViewModel.kt43 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/
DScreenRecordTileUserActionInteractor.kt53 private val keyguardInteractor: KeyguardInteractor, constant in com.android.systemui.qs.tiles.impl.screenrecord.domain.interactor.ScreenRecordTileUserActionInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java191 KeyguardInteractor keyguardInteractor = new KeyguardInteractor( in setup() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt101 val keyguardInteractor by lazy { kosmos.keyguardInteractor } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java343 KeyguardInteractor keyguardInteractor, in KeyguardService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.kt60 private val keyguardInteractor: KeyguardInteractor by lazy { keyguardInteractorLazy.get() } in <lambda>() constant in com.android.systemui.statusbar.policy.UserSwitcherController
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayService.java265 KeyguardInteractor keyguardInteractor, in DreamOverlayService()

12