Home
last modified time | relevance | path

Searched refs:KeyguardClockInteractor (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardPreviewClockViewModel.kt19 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
31 interactor: KeyguardClockInteractor,
DKeyguardPreviewSmartspaceViewModel.kt20 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
33 interactor: KeyguardClockInteractor, in <lambda>()
DLockscreenContentViewModel.kt25 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
44 clockInteractor: KeyguardClockInteractor, in <lambda>()
DKeyguardClockViewModel.kt27 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
50 keyguardClockInteractor: KeyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenContent.kt28 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
41 private val clockInteractor: KeyguardClockInteractor,
/frameworks/base/packages/SystemUI/compose/facade/enabled/src/com/android/systemui/scene/
DLockscreenSceneModule.kt22 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
71 clockInteractor: KeyguardClockInteractor, in lockscreenScene()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DBurnInState.kt29 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
38 clockInteractor: KeyguardClockInteractor, in rememberBurnIn()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorKosmos.kt29 KeyguardClockInteractor( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt47 private val TAG = KeyguardClockInteractor::class.simpleName in <lambda>()
50 class KeyguardClockInteractor in <lambda>() class
DToAodFoldTransitionInteractor.kt38 private val keyguardClockInteractor: KeyguardClockInteractor,
DKeyguardBlueprintInteractor.kt56 private val clockInteractor: KeyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinder.kt31 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
52 keyguardClockInteractor: KeyguardClockInteractor, in <lambda>()
DKeyguardRootViewBinder.kt55 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
106 clockInteractor: KeyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt39 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
58 private val clockInteractor: KeyguardClockInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt38 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
65 private val clockInteractor: KeyguardClockInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt47 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
108 private val clockInteractor: KeyguardClockInteractor,
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerBaseTest.java40 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
122 protected KeyguardClockInteractor mKeyguardClockInteractor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java52 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
117 private final Lazy<KeyguardClockInteractor> mKeyguardClockInteractorLazy;
185 Lazy<KeyguardClockInteractor> keyguardClockInteractorLazy) { in StatusBarStateControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java48 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
123 private KeyguardClockInteractor mKeyguardClockInteractor;
179 KeyguardClockInteractor keyguardClockInteractor, in KeyguardClockSwitchController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorTest.kt56 private lateinit var underTest: KeyguardClockInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt64 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
148 private val keyguardClockInteractor: KeyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java104 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
359 protected KeyguardClockInteractor mKeyguardClockInteractor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java139 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
551 private final KeyguardClockInteractor mKeyguardClockInteractor;
764 KeyguardClockInteractor keyguardClockInteractor, in NotificationPanelViewController()