Home | History | Annotate | Download | only in telecom

Lines Matching refs:obtainMessage

257             mHandler.obtainMessage(MSG_HANDLE_CREATE_CONNECTION_COMPLETE, args).sendToTarget();
262 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget();
267 mHandler.obtainMessage(MSG_SET_RINGING, connectionId).sendToTarget();
272 mHandler.obtainMessage(MSG_SET_DIALING, connectionId).sendToTarget();
281 mHandler.obtainMessage(MSG_SET_DISCONNECTED, args).sendToTarget();
286 mHandler.obtainMessage(MSG_SET_ON_HOLD, connectionId).sendToTarget();
291 mHandler.obtainMessage(MSG_SET_RINGBACK_REQUESTED, ringback ? 1 : 0, 0, connectionId)
297 mHandler.obtainMessage(
306 mHandler.obtainMessage(MSG_SET_CONFERENCE_MERGE_FAILED, args).sendToTarget();
314 mHandler.obtainMessage(MSG_SET_IS_CONFERENCED, args).sendToTarget();
322 mHandler.obtainMessage(MSG_ADD_CONFERENCE_CALL, args).sendToTarget();
327 mHandler.obtainMessage(MSG_REMOVE_CALL, connectionId).sendToTarget();
335 mHandler.obtainMessage(MSG_ON_POST_DIAL_WAIT, args).sendToTarget();
343 mHandler.obtainMessage(MSG_ON_POST_DIAL_CHAR, args).sendToTarget();
348 mHandler.obtainMessage(MSG_QUERY_REMOTE_CALL_SERVICES, callback).sendToTarget();
353 mHandler.obtainMessage(MSG_SET_VIDEO_STATE, videoState, 0, connectionId).sendToTarget();
361 mHandler.obtainMessage(MSG_SET_VIDEO_CALL_PROVIDER, args).sendToTarget();
366 mHandler.obtainMessage(MSG_SET_IS_VOIP_AUDIO_MODE, isVoip ? 1 : 0, 0,
375 mHandler.obtainMessage(MSG_SET_STATUS_HINTS, args).sendToTarget();
384 mHandler.obtainMessage(MSG_SET_ADDRESS, args).sendToTarget();
394 mHandler.obtainMessage(MSG_SET_CALLER_DISPLAY_NAME, args).sendToTarget();
403 mHandler.obtainMessage(MSG_SET_CONFERENCEABLE_CONNECTIONS, args).sendToTarget();
412 mHandler.obtainMessage(MSG_ADD_EXISTING_CONNECTION, args).sendToTarget();
420 mHandler.obtainMessage(MSG_SET_EXTRAS, args).sendToTarget();