DO NOT MERGE Remove deprecated telecom APIs. Mark others final.
Bug: Change-Id: I8a04903052a964f3997b5bb36730b8b200c8e472
This commit is contained in:
@@ -73,11 +73,6 @@ public final class RemoteConnection {
|
||||
*/
|
||||
public void onRingbackRequested(RemoteConnection connection, boolean ringback) {}
|
||||
|
||||
/** @hide */
|
||||
@Deprecated public void onCallCapabilitiesChanged(
|
||||
RemoteConnection connection,
|
||||
int callCapabilities) {}
|
||||
|
||||
/**
|
||||
* Indicates that the call capabilities of this {@code RemoteConnection} have changed.
|
||||
* See {@link #getConnectionCapabilities()}.
|
||||
@@ -870,7 +865,6 @@ public final class RemoteConnection {
|
||||
mConnectionCapabilities = connectionCapabilities;
|
||||
for (Callback c : mCallbacks) {
|
||||
c.onConnectionCapabilitiesChanged(this, connectionCapabilities);
|
||||
c.onCallCapabilitiesChanged(this, connectionCapabilities);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user