Searched refs:MSG_NOTIFY_USER_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
373 private static final int MSG_NOTIFY_USER_ACTIVITY = 82; field in PhoneInterfaceManager2045 case MSG_NOTIFY_USER_ACTIVITY: in handleMessage()2046 removeMessages(MSG_NOTIFY_USER_ACTIVITY); in handleMessage()11235 && !mMainThreadHandler.hasMessages(MSG_NOTIFY_USER_ACTIVITY)) { in requestUserActivityNotification()11262 mMainThreadHandler.sendEmptyMessageDelayed(MSG_NOTIFY_USER_ACTIVITY, in userActivity()