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