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

Commit d065cf04 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove default public ctor from RttModifyStatus"

parents b90b2015 8dd4908e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37106,7 +37106,6 @@ package android.telecom {
  }
  public static final class Connection.RttModifyStatus {
    ctor public Connection.RttModifyStatus();
    field public static final int SESSION_MODIFY_REQUEST_FAIL = 2; // 0x2
    field public static final int SESSION_MODIFY_REQUEST_INVALID = 3; // 0x3
    field public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5; // 0x5
+0 −1
Original line number Diff line number Diff line
@@ -40091,7 +40091,6 @@ package android.telecom {
  }
  public static final class Connection.RttModifyStatus {
    ctor public Connection.RttModifyStatus();
    field public static final int SESSION_MODIFY_REQUEST_FAIL = 2; // 0x2
    field public static final int SESSION_MODIFY_REQUEST_INVALID = 3; // 0x3
    field public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5; // 0x5
+0 −1
Original line number Diff line number Diff line
@@ -37197,7 +37197,6 @@ package android.telecom {
  }
  public static final class Connection.RttModifyStatus {
    ctor public Connection.RttModifyStatus();
    field public static final int SESSION_MODIFY_REQUEST_FAIL = 2; // 0x2
    field public static final int SESSION_MODIFY_REQUEST_INVALID = 3; // 0x3
    field public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5; // 0x5
+1 −0
Original line number Diff line number Diff line
@@ -878,6 +878,7 @@ public abstract class Connection extends Conferenceable {
     * {@link Call#sendRttRequest()}
     */
    public static final class RttModifyStatus {
        private RttModifyStatus() {}
        /**
         * Session modify request was successful.
         */