Fields Summary |
---|
private static final int | MSG_HANDLE_CREATE_CONNECTION_COMPLETE |
private static final int | MSG_SET_ACTIVE |
private static final int | MSG_SET_RINGING |
private static final int | MSG_SET_DIALING |
private static final int | MSG_SET_DISCONNECTED |
private static final int | MSG_SET_ON_HOLD |
private static final int | MSG_SET_RINGBACK_REQUESTED |
private static final int | MSG_SET_CONNECTION_CAPABILITIES |
private static final int | MSG_SET_IS_CONFERENCED |
private static final int | MSG_ADD_CONFERENCE_CALL |
private static final int | MSG_REMOVE_CALL |
private static final int | MSG_ON_POST_DIAL_WAIT |
private static final int | MSG_QUERY_REMOTE_CALL_SERVICES |
private static final int | MSG_SET_VIDEO_STATE |
private static final int | MSG_SET_VIDEO_CALL_PROVIDER |
private static final int | MSG_SET_IS_VOIP_AUDIO_MODE |
private static final int | MSG_SET_STATUS_HINTS |
private static final int | MSG_SET_ADDRESS |
private static final int | MSG_SET_CALLER_DISPLAY_NAME |
private static final int | MSG_SET_CONFERENCEABLE_CONNECTIONS |
private static final int | MSG_ADD_EXISTING_CONNECTION |
private static final int | MSG_ON_POST_DIAL_CHAR |
private final com.android.internal.telecom.IConnectionServiceAdapter | mDelegate |
private final android.os.Handler | mHandler |
private final com.android.internal.telecom.IConnectionServiceAdapter | mStub |