Home
last modified time | relevance | path

Searched refs:keyguardJob (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DLocationBasedMobileIconViewModelTest.kt167 val keyguardJob = keyguardIcon.icon.onEach { latestKeyguard = it }.launchIn(this) in locationBasedViewModelsReceiveSameIconIdWhenCommonImplUpdates() constant
184 keyguardJob.cancel() in locationBasedViewModelsReceiveSameIconIdWhenCommonImplUpdates()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt900 val keyguardJob = mediaCarouselController.listenForAnyStateToLockscreenTransition(this) in keyguardShowing_notAllowedOnLockscreen_updateVisibility() constant
911 keyguardJob.cancel() in keyguardShowing_notAllowedOnLockscreen_updateVisibility()
927 val keyguardJob = mediaCarouselController.listenForAnyStateToLockscreenTransition(this) in keyguardShowing_allowedOnLockscreen_updateVisibility() constant
938 keyguardJob.cancel() in keyguardShowing_allowedOnLockscreen_updateVisibility()