Searched refs:IDLE_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
204 private static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_TASK_MSG; field in ActivityTaskSupervisor1444 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in activityIdleInternal()2270 Message msg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG, next); in scheduleIdleTimeout()2391 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in removeIdleTimeoutForActivity()2668 case IDLE_TIMEOUT_MSG: { in handleMessageInner()