Searched refs:PAUSE_TIMEOUT_MSG (Results 1 – 2 of 2) sorted by relevance
362 static final int PAUSE_TIMEOUT_MSG = ActivityManagerService.FIRST_ACTIVITY_STACK_MSG + 1; field in ActivityStack391 case PAUSE_TIMEOUT_MSG: { in handleMessage()1232 final Message msg = mHandler.obtainMessage(PAUSE_TIMEOUT_MSG); in schedulePauseTimeout()1369 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r); in activityPausedLocked()4005 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()
106 import static com.android.server.am.ActivityStack.PAUSE_TIMEOUT_MSG;2642 service.mHandler.removeMessages(PAUSE_TIMEOUT_MSG, this); in relaunchActivityLocked()