summaryrefslogtreecommitdiff
path: root/telephony/java/com/android
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2021-05-17 20:34:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-05-17 20:34:48 +0000
commit817e62fb6f6f84a8634c8434fd302bdbbc99f928 (patch)
tree425d3474b9a3643789f4dbeb3c131ae2ba85477c /telephony/java/com/android
parent659a42df8424d09e61fb26e5a179e384c8cdca4e (diff)
parente6bf310006289f6d4ca32a282376229fb17f2e41 (diff)
Merge "Add telephony shell command to force D2D communications enabled." into sc-dev
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 4cd59a24b182..91ecbf081919 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -2352,6 +2352,12 @@ interface ITelephony {
void setActiveDeviceToDeviceTransport(String transport);
/**
+ * Forces Device to Device communication to be enabled, even if the device config has it
+ * disabled.
+ */
+ void setDeviceToDeviceForceEnabled(boolean isForceEnabled);
+
+ /**
* Gets the config of RCS VoLTE single registration enabled for the carrier/subscription.
*/
boolean getCarrierSingleRegistrationEnabled(int subId);