/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardInteractorKosmos.kt | 30 val Kosmos.keyguardInteractor: KeyguardInteractor by constant
|
D | KeyguardInteractorFactory.kt | 121 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/ |
D | SensorPrivacyToggleTileUserActionInteractorTest.kt | 53 private val keyguardInteractor = kosmos.keyguardInteractor constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/ |
D | ScreenRecordTileUserActionInteractorTest.kt | 55 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/ |
D | KeyguardIndicationAreaViewModelTest.kt | 92 val keyguardInteractor = withDeps.keyguardInteractor in setUp() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
D | FoldAodAnimationControllerTest.kt | 113 val keyguardInteractor = withDeps.keyguardInteractor in setup() constant
|
D | DisplaySwitchLatencyTrackerTest.kt | 79 private val keyguardInteractor = mock<KeyguardInteractor>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ui/viewmodel/ |
D | KeyguardStatusBarViewModelTest.kt | 64 private val keyguardInteractor by lazy { kosmos.keyguardInteractor } in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/sensorprivacy/domain/ |
D | SensorPrivacyToggleTileUserActionInteractor.kt | 41 private val keyguardInteractor: KeyguardInteractor, constant in com.android.systemui.qs.tiles.impl.sensorprivacy.domain.SensorPrivacyToggleTileUserActionInteractor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ |
D | CommunalDreamStartable.kt | 51 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/ |
D | NotificationsPlaceholderViewModel.kt | 45 private val keyguardInteractor: KeyguardInteractor, constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 125 static KeyguardViewMediator newKeyguardViewMediator( in newKeyguardViewMediator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | BurnInInteractor.kt | 51 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.BurnInInteractor
|
D | TransitionInteractor.kt | 56 val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.TransitionInteractor
|
D | KeyguardTransitionAuditLogger.kt | 42 private val keyguardInteractor: KeyguardInteractor, constant in com.android.systemui.keyguard.domain.interactor.KeyguardTransitionAuditLogger
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardIndicationAreaViewModel.kt | 46 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardIndicationAreaViewModel
|
D | KeyguardQuickAffordancesCombinedViewModel.kt | 45 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModel
|
D | AodBurnInViewModel.kt | 55 private val keyguardInteractor: KeyguardInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.AodBurnInViewModel
|
D | KeyguardBottomAreaViewModel.kt | 43 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/ |
D | ScreenRecordTileUserActionInteractor.kt | 53 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/ |
D | QuickSettingsControllerImplBaseTest.java | 191 KeyguardInteractor keyguardInteractor = new KeyguardInteractor( in setup() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | KosmosJavaAdapter.kt | 101 val keyguardInteractor by lazy { kosmos.keyguardInteractor } in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardService.java | 343 KeyguardInteractor keyguardInteractor, in KeyguardService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.kt | 60 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/ |
D | DreamOverlayService.java | 265 KeyguardInteractor keyguardInteractor, in DreamOverlayService()
|