Searched refs:MSG_HIDE_TRANSIENT (Results 1 – 1 of 1) sorted by relevance
86 private static final int MSG_HIDE_TRANSIENT = 1; field in KeyguardIndicationController288 if (!mHandler.hasMessages(MSG_HIDE_TRANSIENT)) { in setVisible()338 mHandler.obtainMessage(MSG_HIDE_TRANSIENT), delayMs); in hideTransientIndicationDelayed()364 mHandler.removeMessages(MSG_HIDE_TRANSIENT); in showTransientIndication()382 mHandler.removeMessages(MSG_HIDE_TRANSIENT); in hideTransientIndication()600 if (msg.what == MSG_HIDE_TRANSIENT) {828 mHandler.sendEmptyMessage(MSG_HIDE_TRANSIENT); in onBiometricAuthenticated()