summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/Connection.java
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-12-12 15:26:29 -0800
committerSailesh Nepal <sail@google.com>2015-01-30 06:18:48 +0000
commita7c9046973260aa71837410ffc8df8c296a2826f (patch)
treecd5930344a110fecc5fd84cc464dc9f7379ae133 /telecomm/java/android/telecom/Connection.java
parent87d2169b748f10fcf11f9891cba959327983f278 (diff)
downloadframeworks_base-a7c9046973260aa71837410ffc8df8c296a2826f.zip
frameworks_base-a7c9046973260aa71837410ffc8df8c296a2826f.tar.gz
frameworks_base-a7c9046973260aa71837410ffc8df8c296a2826f.tar.bz2
Remove deprecated Telecom APIs
This APIs are no longer used and are safe to delete. Bug: 18607657 Change-Id: I94dad196db9f8be544f05b12b7b71de124fc9328
Diffstat (limited to 'telecomm/java/android/telecom/Connection.java')
-rw-r--r--telecomm/java/android/telecom/Connection.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java
index a180f44..d6233ef 100644
--- a/telecomm/java/android/telecom/Connection.java
+++ b/telecomm/java/android/telecom/Connection.java
@@ -839,11 +839,6 @@ public abstract class Connection implements IConferenceable {
return mConnectionCapabilities;
}
- /** @hide */
- @SystemApi @Deprecated public final int getCallCapabilities() {
- return getConnectionCapabilities();
- }
-
/**
* Sets the value of the {@link #getAddress()} property.
*
@@ -1031,11 +1026,6 @@ public abstract class Connection implements IConferenceable {
}
}
- /** @hide */
- @SystemApi @Deprecated public final void setCallCapabilities(int connectionCapabilities) {
- setConnectionCapabilities(connectionCapabilities);
- }
-
/**
* Sets the connection's capabilities as a bit mask of the {@code CAPABILITY_*} constants.
*