From b5acab4639d26d741732da7b86cb2b8f2e450f5b Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Wed, 3 Sep 2014 13:33:46 -0700 Subject: [PATCH] Update api for onConnectionAdded/Removed Removed methods from public API for previous change. Bug: 17262026 Change-Id: Ic41eccf8b9c1489b6261758640a35664b39ea819 --- api/current.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/current.txt b/api/current.txt index 9270f8e0165ac..bdf5b7375aa8f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28383,8 +28383,6 @@ package android.telecomm { method public final java.util.Collection 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);