Merge "Remove default public ctor from RttModifyStatus"
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