Home
last modified time | relevance | path

Searched refs:MSG_CLOCK_VISIBILITY_CHANGED (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java103 private static final int MSG_CLOCK_VISIBILITY_CHANGED = 307; field in KeyguardUpdateMonitor
177 case MSG_CLOCK_VISIBILITY_CHANGED:
1146 mHandler.obtainMessage(MSG_CLOCK_VISIBILITY_CHANGED).sendToTarget(); in reportClockVisible()