am 5ce118d1: Merge "Re-add Connection.getCallCapabilities" into lmp-mr1-dev

* commit '5ce118d1f4bdaaa1e85626d06d473b2dece949c3':
  Re-add Connection.getCallCapabilities
This commit is contained in:
Evan Charlton
2014-12-03 18:36:10 +00:00
committed by Android Git Automerger

View File

@@ -838,6 +838,11 @@ public abstract class Connection implements IConferenceable {
return mConnectionCapabilities; return mConnectionCapabilities;
} }
/** @hide */
@SystemApi @Deprecated public final int getCallCapabilities() {
return getConnectionCapabilities();
}
/** /**
* Sets the value of the {@link #getAddress()} property. * Sets the value of the {@link #getAddress()} property.
* *