Searched refs:MSG_NOTIFY_USER_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
378 private static final int MSG_NOTIFY_USER_ACTIVITY = 82; field in PhoneInterfaceManager2065 case MSG_NOTIFY_USER_ACTIVITY: in handleMessage()2066 removeMessages(MSG_NOTIFY_USER_ACTIVITY); in handleMessage()11413 && !mMainThreadHandler.hasMessages(MSG_NOTIFY_USER_ACTIVITY)) { in requestUserActivityNotification()11440 mMainThreadHandler.sendEmptyMessageDelayed(MSG_NOTIFY_USER_ACTIVITY, in userActivity()