Searched refs:IDLE_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
203 static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG; field in ActivityStackSupervisor1603 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in activityIdleInternalLocked()3322 Message msg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG, next); in scheduleIdleTimeoutLocked()3333 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()3773 case IDLE_TIMEOUT_MSG: { in handleMessage()3778 Message nmsg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG); in handleMessage()