Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java253 static final int MSG_SYSTEM_UNLOCK_USER = 5000; field in InputMethodManagerService
1546 mService.mHandler.sendMessage(mService.mHandler.obtainMessage(MSG_SYSTEM_UNLOCK_USER, in onUserUnlocking()
4423 case MSG_SYSTEM_UNLOCK_USER: { in handleMessage()