Searched refs:MSG_HIDE_TRANSIENT (Results 1 – 1 of 1) sorted by relevance
64 private static final int MSG_HIDE_TRANSIENT = 1; field in KeyguardIndicationController210 mHandler.obtainMessage(MSG_HIDE_TRANSIENT), delayMs); in hideTransientIndicationDelayed()233 mHandler.removeMessages(MSG_HIDE_TRANSIENT); in showTransientIndication()248 mHandler.removeMessages(MSG_HIDE_TRANSIENT); in hideTransientIndication()358 if (msg.what == MSG_HIDE_TRANSIENT) {