am 0eee0f7c: am 0e00b43f: am d93b5e24: Merge "Update api for onConnectionAdded/Removed" into lmp-dev

* commit '0eee0f7cac50f83f37aa236b1b646684d5a2f902':
  Update api for onConnectionAdded/Removed
This commit is contained in:
Nancy Chen
2014-09-04 00:00:45 +00:00
committed by Android Git Automerger

View File

@@ -28542,8 +28542,6 @@ package android.telecomm {
method public final java.util.Collection<android.telecomm.Connection> getAllConnections();
method public final android.os.IBinder onBind(android.content.Intent);
method public void onConference(android.telecomm.Connection, android.telecomm.Connection);
method public void onConnectionAdded(android.telecomm.Connection);
method public void onConnectionRemoved(android.telecomm.Connection);
method public android.telecomm.Connection onCreateIncomingConnection(android.telecomm.PhoneAccountHandle, android.telecomm.ConnectionRequest);
method public android.telecomm.Connection onCreateOutgoingConnection(android.telecomm.PhoneAccountHandle, android.telecomm.ConnectionRequest);
method public void onRemoteConferenceAdded(android.telecomm.RemoteConference);