Searched refs:DESTROY_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
363 static final int DESTROY_TIMEOUT_MSG = ActivityManagerService.FIRST_ACTIVITY_STACK_MSG + 2; field in ActivityStack409 case DESTROY_TIMEOUT_MSG: { in handleMessage()4099 mHandler.removeMessages(DESTROY_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()4344 Message msg = mHandler.obtainMessage(DESTROY_TIMEOUT_MSG, r); in destroyActivityLocked()4391 mHandler.removeMessages(DESTROY_TIMEOUT_MSG, record); in activityDestroyedLocked()