Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java251 mUpdateMonitorCallback = new BaseKeyguardCallback(); in getKeyguardCallback()
361 hideTransientIndicationDelayed(BaseKeyguardCallback.HIDE_DELAY_MS); in showTransientIndication()
604 hideTransientIndicationDelayed(BaseKeyguardCallback.HIDE_DELAY_MS); in showSwipeUpToUnlock()
652 protected class BaseKeyguardCallback extends KeyguardUpdateMonitorCallback { class in KeyguardIndicationController