| commit | 8dd4908e4d02c80712c9e1eba836fa8d2315d62b | [log] [tgz] |
|---|---|---|
| author | Hall Liu <hallliu@google.com> | Fri Apr 21 14:33:12 2017 -0700 |
| committer | Hall Liu <hallliu@google.com> | Fri Apr 21 14:33:12 2017 -0700 |
| tree | 1fdaa93c86653e1a8607643442473fd39c902c18 | |
| parent | fddf677b8b7caea1784c316b96f8fcd73eb28775 [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 9822936..239cdcf 100644 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java
@@ -878,6 +878,7 @@ * {@link Call#sendRttRequest()} */ public static final class RttModifyStatus { + private RttModifyStatus() {} /** * Session modify request was successful. */