Home
last modified time | relevance | path

Searched refs:listenForAnyStateToLockscreenTransition (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DClockEventControllerTest.kt377 val job = underTest.listenForAnyStateToLockscreenTransition(this) in listenForTransitionToLSFromOccluded_updatesClockDozeAmountToZero()
421 val job = underTest.listenForAnyStateToLockscreenTransition(this) in listenForAnyStateToLockscreenTransition_neverUpdatesClockDozeAmount()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DClockEventController.kt440 listenForAnyStateToLockscreenTransition(this) in <lambda>()
575 internal fun listenForAnyStateToLockscreenTransition(scope: CoroutineScope): Job { in <lambda>() method in com.android.keyguard.ClockEventController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt900 val keyguardJob = mediaCarouselController.listenForAnyStateToLockscreenTransition(this) in keyguardShowing_notAllowedOnLockscreen_updateVisibility()
927 val keyguardJob = mediaCarouselController.listenForAnyStateToLockscreenTransition(this) in keyguardShowing_allowedOnLockscreen_updateVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt389 listenForAnyStateToLockscreenTransition(this) in <lambda>()
677 internal fun listenForAnyStateToLockscreenTransition(scope: CoroutineScope): Job { in <lambda>() method