Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java644 private static final int MSG_LAUNCH_ASSIST_LONG_PRESS = 24; field in PhoneWindowManager
686 case MSG_LAUNCH_ASSIST_LONG_PRESS: in handleMessage()
4022 Message msg = mHandler.obtainMessage(MSG_LAUNCH_ASSIST_LONG_PRESS); in interceptKeyBeforeQueueing()