Searched refs:MSG_KEYGUARD_VISIBILITY_CHANGED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitor.java84 private static final int MSG_KEYGUARD_VISIBILITY_CHANGED = 312; field in class:KeyguardUpdateMonitor
156 case MSG_KEYGUARD_VISIBILITY_CHANGED:
602 * Handle {@link #MSG_KEYGUARD_VISIBILITY_CHANGED}
724 Message message = mHandler.obtainMessage(MSG_KEYGUARD_VISIBILITY_CHANGED);

Completed in 58 milliseconds