Searched refs:IDLE_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
185 private static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_TASK_MSG; field in ActivityTaskSupervisor1308 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in activityIdleInternal()2016 Message msg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG, next); in scheduleIdleTimeout()2113 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r); in removeIdleTimeoutForActivity()2422 case IDLE_TIMEOUT_MSG: { in handleMessageInner()