Lines Matching refs:sendToTarget
129 mHandler.obtainMessage(MSG_ADD_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
133 mHandler.obtainMessage(MSG_REMOVE_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
149 mHandler.obtainMessage(MSG_CREATE_CONNECTION, args).sendToTarget();
154 mHandler.obtainMessage(MSG_ABORT, callId).sendToTarget();
162 mHandler.obtainMessage(MSG_ANSWER_VIDEO, args).sendToTarget();
167 mHandler.obtainMessage(MSG_ANSWER, callId).sendToTarget();
172 mHandler.obtainMessage(MSG_REJECT, callId).sendToTarget();
180 mHandler.obtainMessage(MSG_REJECT_WITH_MESSAGE, args).sendToTarget();
185 mHandler.obtainMessage(MSG_SILENCE, callId).sendToTarget();
190 mHandler.obtainMessage(MSG_DISCONNECT, callId).sendToTarget();
195 mHandler.obtainMessage(MSG_HOLD, callId).sendToTarget();
200 mHandler.obtainMessage(MSG_UNHOLD, callId).sendToTarget();
208 mHandler.obtainMessage(MSG_ON_CALL_AUDIO_STATE_CHANGED, args).sendToTarget();
213 mHandler.obtainMessage(MSG_PLAY_DTMF_TONE, digit, 0, callId).sendToTarget();
218 mHandler.obtainMessage(MSG_STOP_DTMF_TONE, callId).sendToTarget();
226 mHandler.obtainMessage(MSG_CONFERENCE, args).sendToTarget();
231 mHandler.obtainMessage(MSG_SPLIT_FROM_CONFERENCE, callId).sendToTarget();
236 mHandler.obtainMessage(MSG_MERGE_CONFERENCE, callId).sendToTarget();
241 mHandler.obtainMessage(MSG_SWAP_CONFERENCE, callId).sendToTarget();
249 mHandler.obtainMessage(MSG_ON_POST_DIAL_CONTINUE, args).sendToTarget();
254 mHandler.obtainMessage(MSG_PULL_EXTERNAL_CALL, callId).sendToTarget();
263 mHandler.obtainMessage(MSG_SEND_CALL_EVENT, args).sendToTarget();
271 mHandler.obtainMessage(MSG_ON_EXTRAS_CHANGED, args).sendToTarget();