Searched refs:MSG_NOTIFY_USER_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
315 private static final int MSG_NOTIFY_USER_ACTIVITY = 82; field in PhoneInterfaceManager1862 case MSG_NOTIFY_USER_ACTIVITY: in handleMessage()1863 removeMessages(MSG_NOTIFY_USER_ACTIVITY); in handleMessage()9845 && !mMainThreadHandler.hasMessages(MSG_NOTIFY_USER_ACTIVITY)) { in requestUserActivityNotification()9872 mMainThreadHandler.sendEmptyMessageDelayed(MSG_NOTIFY_USER_ACTIVITY, in userActivity()