Searched defs:mPowerLongPress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java667 mHandler.postDelayed(mPowerLongPress, ViewConfiguration.getGlobalActionKeyTimeout());
673 mHandler.removeCallbacks(mPowerLongPress);
681 mHandler.removeCallbacks(mPowerLongPress);
715 private final Runnable mPowerLongPress = new Runnable() { field in class:PhoneWindowManager

Completed in 46 milliseconds