Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c15ebcd authored by Simon Shields's avatar Simon Shields Committed by Gerrit Code Review
Browse files

fix checkapi

Change-Id: I09fa1f177c7782e82cdb9a3c9ba6e02afde51a12
parent 36dea102
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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:");
+2 −0
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -651,7 +651,7 @@ public class TelephonyManager {
     */
    public static final String VVM_TYPE_CVVM = "vvm_type_cvvm";

    /*
    /**
     * @hide
     */
    public static final String EXTRA_IS_FORWARDED = "is_forwarded";