Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerLegacy.kt211 listenForPrimaryBouncerToAodTransitions(this) in <lambda>()
217 suspend fun listenForPrimaryBouncerToAodTransitions(scope: CoroutineScope): Job { in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerWithCoroutinesTest.kt627 val job = mController.listenForPrimaryBouncerToAodTransitions(this) in bouncerToAod_dozeAmountChanged()