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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitor.java78 private static final int MSG_CLOCK_VISIBILITY_CHANGED = 307; field in class:KeyguardUpdateMonitor
140 case MSG_CLOCK_VISIBILITY_CHANGED:
587 * Handle {@link #MSG_CLOCK_VISIBILITY_CHANGED}
729 mHandler.obtainMessage(MSG_CLOCK_VISIBILITY_CHANGED).sendToTarget();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardUpdateMonitor.java73 private static final int MSG_CLOCK_VISIBILITY_CHANGED = 307; field in class:KeyguardUpdateMonitor
122 case MSG_CLOCK_VISIBILITY_CHANGED:
474 * Handle {@link #MSG_CLOCK_VISIBILITY_CHANGED}
573 mHandler.obtainMessage(MSG_CLOCK_VISIBILITY_CHANGED).sendToTarget();

Completed in 104 milliseconds