diff options
author | Malcolm Chen <refuhoo@google.com> | 2020-04-14 11:19:48 -0700 |
---|---|---|
committer | Malcolm Chen <refuhoo@google.com> | 2020-04-14 11:19:48 -0700 |
commit | e92ce14eb79bd5b41da11c457e08fb713fec356a (patch) | |
tree | 403febb71e805fd5ea6944d9dbd9c0b3f8c1f1a8 /telephony/java/com | |
parent | 855ae008bad4bdcbd8053b5787c1ab4a8120707f (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.aidl | 5 |
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(); } |