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