Searched refs:SLEEP_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
206 static final int SLEEP_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG + 3; field in ActivityStackSupervisor3344 mHandler.removeMessages(SLEEP_TIMEOUT_MSG); in removeSleepTimeouts()3349 mHandler.sendEmptyMessageDelayed(SLEEP_TIMEOUT_MSG, SLEEP_TIMEOUT); in scheduleSleepTimeout()3796 case SLEEP_TIMEOUT_MSG: { in handleMessage()