Remove deprecated Telecom APIs

This APIs are no longer used and are safe to delete.

Bug: 18607657
Change-Id: I94dad196db9f8be544f05b12b7b71de124fc9328
This commit is contained in:
Sailesh Nepal
2014-12-12 15:26:29 -08:00
parent 87d2169b74
commit a7c9046973
5 changed files with 3 additions and 39 deletions

View File

@@ -164,11 +164,6 @@ public final class RemoteConference {
return mState;
}
/** @hide */
@Deprecated public final int getCallCapabilities() {
return getConnectionCapabilities();
}
public final int getConnectionCapabilities() {
return mConnectionCapabilities;
}