summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/ConnectionService.java
diff options
context:
space:
mode:
authorHall Liu <hallliu@google.com>2017-04-04 23:31:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-04 23:31:38 +0000
commitf6f3c16dfbc9c00513f36fa53d20f7fa65992b3c (patch)
tree96c9d8d0b73eef96d88ab6f0d671677cd073ec67 /telecomm/java/android/telecom/ConnectionService.java
parentf19c52d20dff52c33776b4663359b83541ca3272 (diff)
parentffa4a812f88effeaf293643601a9f2b8e18c517d (diff)
Merge "Add @TestApi annotations to CS-side RTT APIs for CTS"
Diffstat (limited to 'telecomm/java/android/telecom/ConnectionService.java')
-rw-r--r--telecomm/java/android/telecom/ConnectionService.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/ConnectionService.java b/telecomm/java/android/telecom/ConnectionService.java
index bf8f8e4e723e..7401ddac3ef5 100644
--- a/telecomm/java/android/telecom/ConnectionService.java
+++ b/telecomm/java/android/telecom/ConnectionService.java
@@ -1603,6 +1603,7 @@ public abstract class ConnectionService extends Service {
Log.d(this, "stopRtt(%s)", callId);
if (mConnectionById.containsKey(callId)) {
findConnectionForAction(callId, "stopRtt").onStopRtt();
+ findConnectionForAction(callId, "stopRtt").unsetRttProperty();
} else if (mConferenceById.containsKey(callId)) {
Log.w(this, "stopRtt called on a conference.");
}