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.java166 mUpdateMonitorCallback = new BaseKeyguardCallback(); in getKeyguardCallback()
271 hideTransientIndicationDelayed(BaseKeyguardCallback.HIDE_DELAY_MS); in showTransientIndication()
492 protected class BaseKeyguardCallback extends KeyguardUpdateMonitorCallback { class in KeyguardIndicationController