Searched refs:IDLE_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
177 static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG; field in ActivityStackSupervisor1271 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in activityIdleInternalLocked()2293 Message msg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG, next); in scheduleIdleTimeoutLocked()2371 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()2616 case IDLE_TIMEOUT_MSG: { in handleMessage()