• Home
  • Raw
  • Download

Lines Matching refs:mHandler

78     private final Handler mHandler = new Handler() {  field in ConnectionServiceAdapterServant
336 mHandler.obtainMessage(MSG_HANDLE_CREATE_CONNECTION_COMPLETE, args).sendToTarget();
341 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget();
346 mHandler.obtainMessage(MSG_SET_RINGING, connectionId).sendToTarget();
351 mHandler.obtainMessage(MSG_SET_DIALING, connectionId).sendToTarget();
356 mHandler.obtainMessage(MSG_SET_PULLING, connectionId).sendToTarget();
365 mHandler.obtainMessage(MSG_SET_DISCONNECTED, args).sendToTarget();
370 mHandler.obtainMessage(MSG_SET_ON_HOLD, connectionId).sendToTarget();
376 mHandler.obtainMessage(MSG_SET_RINGBACK_REQUESTED, ringback ? 1 : 0, 0, connectionId)
383 mHandler.obtainMessage(
391 mHandler.obtainMessage(
400 mHandler.obtainMessage(MSG_SET_CONFERENCE_MERGE_FAILED, args).sendToTarget();
409 mHandler.obtainMessage(MSG_SET_IS_CONFERENCED, args).sendToTarget();
418 mHandler.obtainMessage(MSG_ADD_CONFERENCE_CALL, args).sendToTarget();
424 mHandler.obtainMessage(MSG_REMOVE_CALL, connectionId).sendToTarget();
433 mHandler.obtainMessage(MSG_ON_POST_DIAL_WAIT, args).sendToTarget();
442 mHandler.obtainMessage(MSG_ON_POST_DIAL_CHAR, args).sendToTarget();
448 mHandler.obtainMessage(MSG_QUERY_REMOTE_CALL_SERVICES, callback).sendToTarget();
454 mHandler.obtainMessage(MSG_SET_VIDEO_STATE, videoState, 0, connectionId).sendToTarget();
463 mHandler.obtainMessage(MSG_SET_VIDEO_CALL_PROVIDER, args).sendToTarget();
469 mHandler.obtainMessage(MSG_SET_IS_VOIP_AUDIO_MODE, isVoip ? 1 : 0, 0,
479 mHandler.obtainMessage(MSG_SET_STATUS_HINTS, args).sendToTarget();
489 mHandler.obtainMessage(MSG_SET_ADDRESS, args).sendToTarget();
500 mHandler.obtainMessage(MSG_SET_CALLER_DISPLAY_NAME, args).sendToTarget();
509 mHandler.obtainMessage(MSG_SET_CONFERENCEABLE_CONNECTIONS, args).sendToTarget();
518 mHandler.obtainMessage(MSG_ADD_EXISTING_CONNECTION, args).sendToTarget();
526 mHandler.obtainMessage(MSG_PUT_EXTRAS, args).sendToTarget();
535 mHandler.obtainMessage(MSG_REMOVE_EXTRAS, args).sendToTarget();
546 mHandler.obtainMessage(MSG_SET_AUDIO_ROUTE, args).sendToTarget();
556 mHandler.obtainMessage(MSG_ON_CONNECTION_EVENT, args).sendToTarget();
562 mHandler.obtainMessage(MSG_ON_RTT_INITIATION_SUCCESS, connectionId).sendToTarget();
569 mHandler.obtainMessage(MSG_ON_RTT_INITIATION_FAILURE, reason, 0, connectionId)
576 mHandler.obtainMessage(MSG_ON_RTT_REMOTELY_TERMINATED, connectionId).sendToTarget();
582 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, connectionId).sendToTarget();