Hide multi-endpoint APIs.

Per feature council decision, the multi-endpoint APIs will be @hide for
the N release.

Bug: 28196918
Change-Id: Ia80b089bc754ce87ca208382eb79442b5265844d
This commit is contained in:
Tyler Gunn
2016-04-15 11:28:44 -07:00
parent a900359500
commit 1bf206b766
12 changed files with 52 additions and 141 deletions

View File

@@ -95,6 +95,7 @@ public final class RemoteConnection {
*
* @param connection The {@code RemoteConnection} invoking this method.
* @param connectionProperties The new properties of the {@code RemoteConnection}.
* @hide
*/
public void onConnectionPropertiesChanged(
RemoteConnection connection,
@@ -229,6 +230,7 @@ public final class RemoteConnection {
* @param connection The {@code RemoteConnection} invoking this method.
* @param event The connection event.
* @param extras Extras associated with the event.
* @hide
*/
public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {}
}
@@ -736,6 +738,7 @@ public final class RemoteConnection {
*
* @return A bitmask of the properties of the {@code RemoteConnection}, as defined in the
* {@code PROPERTY_*} constants in class {@link Connection}.
* @hide
*/
public int getConnectionProperties() {
return mConnectionProperties;
@@ -990,6 +993,7 @@ public final class RemoteConnection {
* Instructs this {@link RemoteConnection} to pull itself to the local device.
* <p>
* See {@link Call#pullExternalCall()} for more information.
* @hide
*/
public void pullExternalCall() {
try {