summaryrefslogtreecommitdiff
path: root/telephony/java/com
diff options
context:
space:
mode:
authorMalcolm Chen <refuhoo@google.com>2020-04-14 11:19:48 -0700
committerMalcolm Chen <refuhoo@google.com>2020-04-14 11:19:48 -0700
commite92ce14eb79bd5b41da11c457e08fb713fec356a (patch)
tree403febb71e805fd5ea6944d9dbd9c0b3f8c1f1a8 /telephony/java/com
parent855ae008bad4bdcbd8053b5787c1ab4a8120707f (diff)
Add a @hide API to indicate 5G and DSDS conflict.
Bug: 152786064 Test: build and manual Change-Id: I79a8fda5b70a31acc365ebcbb03b73b20d2443fd
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 43aeb19fe1bd..f5cd68f050a4 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -2268,4 +2268,9 @@ interface ITelephony {
* @return operatorinfo on success
*/
String getManualNetworkSelectionPlmn(int subId);
+
+ /**
+ * Whether device can connect to 5G network when two SIMs are active.
+ */
+ boolean canConnectTo5GInDsdsMode();
}