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