Searched refs:MSG_APP_TRANSITION_PENDING (Results 1 – 1 of 1) sorted by relevance
62 private static final int MSG_APP_TRANSITION_PENDING = 19 << MSG_SHIFT; field in CommandQueue262 mHandler.removeMessages(MSG_APP_TRANSITION_PENDING); in appTransitionPending()263 mHandler.sendEmptyMessage(MSG_APP_TRANSITION_PENDING); in appTransitionPending()269 mHandler.removeMessages(MSG_APP_TRANSITION_PENDING); in appTransitionCancelled()270 mHandler.sendEmptyMessage(MSG_APP_TRANSITION_PENDING); in appTransitionCancelled()378 case MSG_APP_TRANSITION_PENDING: in handleMessage()