Merge "Remove unused onConferenceWith method" into lmp-mr1-dev

This commit is contained in:
Jay Shrauner
2014-10-15 19:59:18 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 11 deletions

View File

@@ -28114,7 +28114,6 @@ package android.telecom {
method public void onAbort();
method public void onAnswer();
method public void onAudioStateChanged(android.telecom.AudioState);
method public void onConferenceWith(android.telecom.Connection);
method public void onDisconnect();
method public void onHold();
method public void onPlayDtmfTone(char);

View File

@@ -1009,16 +1009,6 @@ public abstract class Connection {
*/
public void onPostDialContinue(boolean proceed) {}
/**
* Merge this connection and the specified connection into a conference call. Once the
* connections are merged, the calls should be added to the an existing or new
* {@code Conference} instance. For new {@code Conference} instances, use
* {@code ConnectionService#addConference}.
*
* @param otherConnection The connection with which this connection should be conferenced.
*/
public void onConferenceWith(Connection otherConnection) {}
static String toLogSafePhoneNumber(String number) {
// For unknown number, log empty string.
if (number == null) {