Searched refs:SLEEP_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
182 private static final int SLEEP_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG + 3; field in ActivityStackSupervisor2108 mHandler.removeMessages(SLEEP_TIMEOUT_MSG); in removeSleepTimeouts()2113 mHandler.sendEmptyMessageDelayed(SLEEP_TIMEOUT_MSG, SLEEP_TIMEOUT); in scheduleSleepTimeout()2404 case SLEEP_TIMEOUT_MSG: { in handleMessageInner()