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 ActivityStack389 case PAUSE_TIMEOUT_MSG: { in handleMessage()1393 final Message msg = mHandler.obtainMessage(PAUSE_TIMEOUT_MSG); in schedulePauseTimeout()1524 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r); in activityPausedLocked()4097 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()
104 import static com.android.server.am.ActivityStack.PAUSE_TIMEOUT_MSG;2793 service.mHandler.removeMessages(PAUSE_TIMEOUT_MSG, this); in relaunchActivityLocked()