Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java71 private static final int MSG_HIDE_TRANSIENT = 1; field in KeyguardIndicationController
197 if (!mHandler.hasMessages(MSG_HIDE_TRANSIENT)) { in setVisible()
244 mHandler.obtainMessage(MSG_HIDE_TRANSIENT), delayMs); in hideTransientIndicationDelayed()
267 mHandler.removeMessages(MSG_HIDE_TRANSIENT); in showTransientIndication()
283 mHandler.removeMessages(MSG_HIDE_TRANSIENT); in hideTransientIndication()
459 if (msg.what == MSG_HIDE_TRANSIENT) {