Merge "Merge "Remove default public ctor from RttModifyStatus" am: d065cf049e am: cb93ac533d am: f2a3b8af49" into oc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
54488bdb8c
@@ -39091,7 +39091,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
|
||||
|
||||
@@ -42380,7 +42380,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
|
||||
|
||||
@@ -39294,7 +39294,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