Searched refs:DESTROY_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance
413 static final int DESTROY_TIMEOUT_MSG = FIRST_ACTIVITY_STACK_MSG + 2; field in ActivityStack462 case DESTROY_TIMEOUT_MSG: { in handleMessage()4413 mHandler.removeMessages(DESTROY_TIMEOUT_MSG, r); in removeTimeoutsForActivityLocked()4651 Message msg = mHandler.obtainMessage(DESTROY_TIMEOUT_MSG, r); in destroyActivityLocked()4698 mHandler.removeMessages(DESTROY_TIMEOUT_MSG, record); in activityDestroyedLocked()