Searched refs:PAUSE_TIMEOUT_MSG (Results 1 – 2 of 2) sorted by relevance
415 static final int PAUSE_TIMEOUT_MSG = FIRST_ACTIVITY_STACK_MSG + 1; field in ActivityStack445 case PAUSE_TIMEOUT_MSG: { in handleMessage()1634 final Message msg = mHandler.obtainMessage(PAUSE_TIMEOUT_MSG); in schedulePauseTimeout()1763 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r); in activityPausedLocked()4438 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()
115 import static com.android.server.wm.ActivityStack.PAUSE_TIMEOUT_MSG;3485 stack.mHandler.removeMessages(PAUSE_TIMEOUT_MSG, this); in relaunchActivityLocked()