diff options
Diffstat (limited to 'telecomm/java/android/telecom/RemoteConnection.java')
-rw-r--r-- | telecomm/java/android/telecom/RemoteConnection.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/telecomm/java/android/telecom/RemoteConnection.java b/telecomm/java/android/telecom/RemoteConnection.java index 8e06659db6e3..dc8eaf640537 100644 --- a/telecomm/java/android/telecom/RemoteConnection.java +++ b/telecomm/java/android/telecom/RemoteConnection.java @@ -95,7 +95,6 @@ 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, @@ -230,7 +229,6 @@ 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) {} } @@ -738,7 +736,6 @@ 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; @@ -993,7 +990,6 @@ 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 { |