Suffix VT_LOCAL and VT_REMOTE with BIDIRECTIONAL.
Bug: 20160491
Change-Id: I4eadaec8df3ad415f3f7e10337d10165483222fd
diff --git a/src/com/android/server/telecom/InCallController.java b/src/com/android/server/telecom/InCallController.java
index e959bd7..7c19649 100644
--- a/src/com/android/server/telecom/InCallController.java
+++ b/src/com/android/server/telecom/InCallController.java
@@ -587,8 +587,8 @@
Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX,
android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX,
- Connection.CAPABILITY_SUPPORTS_VT_LOCAL,
- android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL,
+ Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,
+ android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,
Connection.CAPABILITY_SUPPORTS_VT_REMOTE_RX,
android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX,
@@ -596,8 +596,8 @@
Connection.CAPABILITY_SUPPORTS_VT_REMOTE_TX,
android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_TX,
- Connection.CAPABILITY_SUPPORTS_VT_REMOTE,
- android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE,
+ Connection.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL,
+ android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL,
Connection.CAPABILITY_HIGH_DEF_AUDIO,
android.telecom.Call.Details.CAPABILITY_HIGH_DEF_AUDIO,