Home
last modified time | relevance | path

Searched refs:KeyguardClockInteractor (Results 1 – 17 of 17) 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.kt21 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
35 interactor: KeyguardClockInteractor, in <lambda>()
DLockscreenContentViewModel.kt27 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
51 private val clockInteractor: KeyguardClockInteractor, in <lambda>()
DKeyguardClockViewModel.kt28 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
50 keyguardClockInteractor: KeyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/compose/facade/enabled/src/com/android/systemui/scene/
DLockscreenSceneModule.kt23 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
65 clockInteractor: KeyguardClockInteractor, in lockscreenScene()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardJankBinder.kt28 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
46 clockInteractor: KeyguardClockInteractor, in bind()
DKeyguardClockViewBinder.kt31 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
56 keyguardClockInteractor: KeyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenContent.kt30 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
49 private val clockInteractor: KeyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DToAodFoldTransitionInteractor.kt27 constructor(private val keyguardClockInteractor: KeyguardClockInteractor) {
DKeyguardClockInteractor.kt54 private val TAG = KeyguardClockInteractor::class.simpleName in <lambda>()
58 class KeyguardClockInteractor in <lambda>() class
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorKosmos.kt31 KeyguardClockInteractor( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt28 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor
86 private val clockInteractor: KeyguardClockInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt36 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor in <lambda>()
70 private val clockInteractor: KeyguardClockInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java46 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
115 private final Lazy<KeyguardClockInteractor> mKeyguardClockInteractorLazy;
185 Lazy<KeyguardClockInteractor> keyguardClockInteractorLazy, in StatusBarStateControllerImpl()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorTest.kt57 private lateinit var underTest: KeyguardClockInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java84 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
286 protected KeyguardClockInteractor mKeyguardClockInteractor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java110 import com.android.systemui.keyguard.domain.interactor.KeyguardClockInteractor;
497 private final KeyguardClockInteractor mKeyguardClockInteractor;
625 KeyguardClockInteractor keyguardClockInteractor, in NotificationPanelViewController()