Searched refs:MSG_NOTIFY_USER_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
643 private static final int MSG_NOTIFY_USER_ACTIVITY = 26; field in PhoneWindowManager725 case MSG_NOTIFY_USER_ACTIVITY: in handleMessage()726 removeMessages(MSG_NOTIFY_USER_ACTIVITY); in handleMessage()4946 if (!mNotifyUserActivity && !mHandler.hasMessages(MSG_NOTIFY_USER_ACTIVITY)) { in requestUserActivityNotification()4974 mHandler.sendEmptyMessageDelayed(MSG_NOTIFY_USER_ACTIVITY, in userActivity()