Searched refs:IDLE_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
214 static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG; field in ActivityStackSupervisor2020 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in activityIdleInternalLocked()4224 Message msg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG, next); in scheduleIdleTimeoutLocked()4235 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()4683 case IDLE_TIMEOUT_MSG: { in handleMessage()