| commit | 61030021435872de3a0f3b30e12fe4cd6238ba6b | [log] [tgz] |
|---|---|---|
| author | Hall Liu <hallliu@google.com> | Fri Apr 21 14:33:12 2017 -0700 |
| committer | Hall Liu <hallliu@google.com> | Mon Apr 24 14:42:51 2017 -0700 |
| tree | 9efe19742b5f884d423ea564f37dc2d98836e5f4 | |
| parent | 8604ac3af5d5ea9e50b9c14a0ff78e9b76e24a75 [diff] [blame] |
Remove default public ctor from RttModifyStatus Test: builds Bug: 37515063 Change-Id: I1e573d945b48e28d12621078cc8f37eb076d9ee3
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java index 7998359..dc0c485 100644 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java
@@ -865,6 +865,7 @@ * {@link Call#sendRttRequest()} */ public static final class RttModifyStatus { + private RttModifyStatus() {} /** * Session modify request was successful. */