summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecom/Connection.java3
-rw-r--r--telecomm/java/android/telecom/RemoteConference.java2
2 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java
index 1f3a906..01582a8 100644
--- a/telecomm/java/android/telecom/Connection.java
+++ b/telecomm/java/android/telecom/Connection.java
@@ -505,6 +505,9 @@ public abstract class Connection extends Conferenceable {
mConnectionProperties |= property;
}
+ /**
+ * @hide
+ */
public static String propertiesToString(int properties) {
StringBuilder builder = new StringBuilder();
builder.append("[Properties:");
diff --git a/telecomm/java/android/telecom/RemoteConference.java b/telecomm/java/android/telecom/RemoteConference.java
index bdce033..8136c7d 100644
--- a/telecomm/java/android/telecom/RemoteConference.java
+++ b/telecomm/java/android/telecom/RemoteConference.java
@@ -97,6 +97,7 @@ public final class RemoteConference {
*
* @param conference The {@code RemoteConference} invoking this method.
* @param connectionProperties The new properties of the {@code RemoteConference}.
+ * @hide
*/
public void onConnectionPropertiesChanged(
RemoteConference conference,
@@ -356,6 +357,7 @@ public final class RemoteConference {
* {@link Connection} for valid values.
*
* @return A bitmask of the properties of the conference call.
+ * @hide
*/
public final int getConnectionProperties() {
return mConnectionProperties;