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