Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java636 private static final int MSG_BACK_LONG_PRESS = 16; field in PhoneWindowManager
705 case MSG_BACK_LONG_PRESS: in handleMessage()
881 Message msg = mHandler.obtainMessage(MSG_BACK_LONG_PRESS); in interceptBackKeyDown()
1094 mHandler.removeMessages(MSG_BACK_LONG_PRESS); in cancelPendingBackKeyAction()