Home
last modified time | relevance | path

Searched refs:MSG_NOTIFY_USER_ACTIVITY (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java373 private static final int MSG_NOTIFY_USER_ACTIVITY = 82; field in PhoneInterfaceManager
2045 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()