Home
last modified time | relevance | path

Searched refs:listenForQsExpandedChange (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt161 fun listenForQsExpandedChange() = in <lambda>() method
DCentralSurfacesImpl.java867 mKeyguardBypassController.listenForQsExpandedChange(); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBypassControllerTest.kt312 val job = keyguardBypassController.listenForQsExpandedChange() in qsExpansion_updates()