Searched refs:IDLE_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
176 static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG; field in ActivityStackSupervisor1268 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in activityIdleInternalLocked()2289 Message msg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG, next); in scheduleIdleTimeoutLocked()2367 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()2612 case IDLE_TIMEOUT_MSG: { in handleMessage()