Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java642 private static final int MSG_POWER_VERY_LONG_PRESS = 25; field in PhoneWindowManager
696 case MSG_POWER_VERY_LONG_PRESS: in handleMessage()
995 Message longMsg = mHandler.obtainMessage(MSG_POWER_VERY_LONG_PRESS); in interceptPowerKeyDown()
1014 Message longMsg = mHandler.obtainMessage(MSG_POWER_VERY_LONG_PRESS); in interceptPowerKeyDown()
1083 mHandler.removeMessages(MSG_POWER_VERY_LONG_PRESS); in cancelPendingPowerKeyAction()