Merge "Remove default public ctor from RttModifyStatus" am: d065cf049e
am: cb93ac533d
Change-Id: I3e34e7bbebf2e4bfd12c0562d32037ece5c43ff6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user