summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/RemoteConnectionService.java
diff options
context:
space:
mode:
authorPrerepa Viswanadham <dham@google.com>2015-05-01 10:12:11 -0700
committerPrerepa Viswanadham <dham@google.com>2015-05-01 10:12:11 -0700
commitb6f9da0b7f26b50163461a767cafcd8014328742 (patch)
tree0b03f879e1dd004edbfa15510500a110e91eb194 /telecomm/java/android/telecom/RemoteConnectionService.java
parent9dc9c87aadc94c5d35675cc5bfe9e72c5daab885 (diff)
parent17455a3d39350a39eb995897929977d793358365 (diff)
Merge commit '17455a3' into master_merge
Diffstat (limited to 'telecomm/java/android/telecom/RemoteConnectionService.java')
-rw-r--r--telecomm/java/android/telecom/RemoteConnectionService.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/RemoteConnectionService.java b/telecomm/java/android/telecom/RemoteConnectionService.java
index a9b725be133f..0208744e2bda 100644
--- a/telecomm/java/android/telecom/RemoteConnectionService.java
+++ b/telecomm/java/android/telecom/RemoteConnectionService.java
@@ -176,6 +176,13 @@ final class RemoteConnectionService {
}
@Override
+ public void setConferenceMergeFailed(String callId) {
+ // Nothing to do here.
+ // The event has already been handled and there is no state to update
+ // in the underlying connection or conference objects
+ }
+
+ @Override
public void addConferenceCall(
final String callId,
ParcelableConference parcel) {