Searched refs:MSG_CHECK_FOR_LONG_WAKELOCKS (Results 1 – 1 of 1) sorted by relevance
132 private static final int MSG_CHECK_FOR_LONG_WAKELOCKS = 4; field in PowerManagerService1227 Message msg = mHandler.obtainMessage(MSG_CHECK_FOR_LONG_WAKELOCKS); in enqueueNotifyLongMsgLocked()1895 mHandler.removeMessages(MSG_CHECK_FOR_LONG_WAKELOCKS); in checkForLongWakeLocks()3824 case MSG_CHECK_FOR_LONG_WAKELOCKS: in handleMessage()