/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
D | OverlayShadeViewModelTest.kt | 27 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 53 private val deviceUnlockedInteractor by lazy { kosmos.deviceUnlockedInteractor } in <lambda>() constant in com.android.systemui.shade.ui.viewmodel.OverlayShadeViewModelTest 82 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in backgroundScene_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() 99 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in backgroundScene_authMethodSwipe_lockscreenDismissed_goesToGone() 145 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() 154 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/domain/interactor/ |
D | SceneInteractorKosmos.kt | 19 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 33 deviceUnlockedInteractor = deviceUnlockedInteractor, in <lambda>()
|
D | SceneContainerStartableKosmos.kt | 27 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 50 deviceUnlockedInteractor = deviceUnlockedInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/domain/interactor/ |
D | KeyguardOcclusionInteractorKosmos.kt | 19 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 36 deviceUnlockedInteractor = { deviceUnlockedInteractor }, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ |
D | DeviceEntryInteractor.kt | 67 private val deviceUnlockedInteractor: DeviceUnlockedInteractor, in <lambda>() constant 81 deviceUnlockedInteractor.deviceUnlockStatus in <lambda>() 86 initialValue = deviceUnlockedInteractor.deviceUnlockStatus.value.isUnlocked, in <lambda>() 105 deviceUnlockedInteractor.deviceUnlockStatus.first { it.isUnlocked } in <lambda>() 136 deviceUnlockedInteractor.deviceUnlockStatus, in <lambda>() 249 return !deviceUnlockedInteractor.deviceUnlockStatus.value.isUnlocked && in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/ |
D | NotificationsShadeSceneViewModelTest.kt | 28 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 57 private val deviceUnlockedInteractor by lazy { kosmos.deviceUnlockedInteractor } in <lambda>() constant 115 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() 124 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/ |
D | QuickSettingsShadeSceneViewModelTest.kt | 28 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 57 private val deviceUnlockedInteractor = kosmos.deviceUnlockedInteractor constant 116 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() 125 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/transition/ |
D | ScrimShadeTransitionControllerTest.kt | 9 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 46 private lateinit var deviceUnlockedInteractor: DeviceUnlockedInteractor variable in com.android.systemui.shade.transition.ScrimShadeTransitionControllerTest 60 deviceUnlockedInteractor = kosmos.deviceUnlockedInteractor in setUp()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/plugins/statusbar/ |
D | StatusBarStateControllerKosmos.kt | 20 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 39 { deviceUnlockedInteractor }, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/domain/interactor/ |
D | DeviceEntryInteractorKosmos.kt | 41 deviceUnlockedInteractor = deviceUnlockedInteractor, in <lambda>()
|
D | DeviceUnlockedInteractorKosmos.kt | 27 val Kosmos.deviceUnlockedInteractor by Fixture { in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ |
D | PanelExpansionInteractorImplTest.kt | 27 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor in <lambda>() 55 private val deviceUnlockedInteractor by lazy { kosmos.deviceUnlockedInteractor } in <lambda>() constant 99 val unlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardOcclusionInteractor.kt | 57 deviceUnlockedInteractor: Lazy<DeviceUnlockedInteractor>, in <lambda>() 112 deviceUnlockedInteractor.get().deviceUnlockStatus.map { it.isUnlocked } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartable.kt | 104 private val deviceUnlockedInteractor: DeviceUnlockedInteractor, in <lambda>() constant in com.android.systemui.scene.domain.startable.SceneContainerStartable 243 deviceUnlockedInteractor.deviceUnlockStatus.first { it.isUnlocked } in <lambda>() 273 .sample(deviceUnlockedInteractor.deviceUnlockStatus, ::Pair) in <lambda>() 315 deviceUnlockedInteractor.deviceUnlockStatus in <lambda>() 422 val isUnlocked = deviceUnlockedInteractor.deviceUnlockStatus.value.isUnlocked in <lambda>() 588 deviceUnlockedInteractor.deviceUnlockStatus in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImplTest.kt | 30 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 106 { kosmos.deviceUnlockedInteractor }, in setUp() 241 collectLastValue(kosmos.deviceUnlockedInteractor.deviceUnlockStatus) in start_hydratesStatusBarState_whileLocked() 306 collectLastValue(kosmos.deviceUnlockedInteractor.deviceUnlockStatus) in start_hydratesStatusBarState_whileUnlocked()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | KosmosJavaAdapter.kt | 37 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 116 val deviceUnlockedInteractor by lazy { kosmos.deviceUnlockedInteractor } in <lambda>() constant in com.android.systemui.kosmos.KosmosJavaAdapter
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
D | AlternateBouncerInteractorTest.kt | 31 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 93 kosmos.deviceUnlockedInteractor.deviceUnlockStatus.map { it.isUnlocked } in canShowAlternateBouncer_false_dueToTransitionState_scene_container()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/ |
D | SceneInteractor.kt | 61 private val deviceUnlockedInteractor: DeviceUnlockedInteractor, in <lambda>() constant in com.android.systemui.scene.domain.interactor.SceneInteractor 376 deviceUnlockedInteractor.deviceUnlockStatus.value.isUnlocked in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | DeviceEntryIconViewModelTest.kt | 29 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor 293 val unused by collectLastValue(kosmos.deviceUnlockedInteractor.deviceUnlockStatus) in setLockscreenDismissible()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ |
D | WindowManagerLockscreenVisibilityInteractorTest.kt | 27 import com.android.systemui.deviceentry.domain.interactor.deviceUnlockedInteractor in <lambda>() 949 kosmos.deviceUnlockedInteractor.deviceUnlockStatus.map { it.isUnlocked } in <lambda>()
|