Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt855 val job = mediaCarouselController.listenForAnyStateToGoneKeyguardTransition(this) in testKeyguardGone_showMediaCarousel()
879 val job = mediaCarouselController.listenForAnyStateToGoneKeyguardTransition(this) in testKeyguardGone_showMediaCarousel_scene_container()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt388 listenForAnyStateToGoneKeyguardTransition(this) in <lambda>()
660 internal fun listenForAnyStateToGoneKeyguardTransition(scope: CoroutineScope): Job { in <lambda>() method