Searched defs:MSG_HIDE_TRANSIENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java48 private static final int MSG_HIDE_TRANSIENT = 1; field in class:KeyguardIndicationController
94 mHandler.obtainMessage(MSG_HIDE_TRANSIENT), delayMs);
109 mHandler.removeMessages(MSG_HIDE_TRANSIENT);
119 mHandler.removeMessages(MSG_HIDE_TRANSIENT);
185 if (msg.what == MSG_HIDE_TRANSIENT && mTransientIndication != null) {

Completed in 44 milliseconds