Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java248 private static final int MSG_USER_UNLOCKED = 334; field in KeyguardUpdateMonitor
1904 mHandler.sendMessage(mHandler.obtainMessage(MSG_USER_UNLOCKED,
2501 case MSG_USER_UNLOCKED: in KeyguardUpdateMonitor()