summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Wang <huiwang@google.com>2021-03-02 21:20:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-02 21:20:08 +0000
commitaa4c7d0fe5d9effd926b098f75dc07c1db14099f (patch)
tree8adcc090f1d923b18f0e6e60400946c3604a94ac
parenta9a58d94a165706722a7ad091f97e097fb635f15 (diff)
parent3727cc1834c014d3d9631eb17cbe85865ab13204 (diff)
downloadbase-aa4c7d0fe5d9effd926b098f75dc07c1db14099f.tar.gz
Merge "Support telephoy command to set test mode for RCS single registration" am: 3727cc1834
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1612065 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I305fa30ce15217ac7f858051a2aacc1b71fd174b
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl10
1 files changed, 10 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index e270b8dc3fe4..9fe06dc32c28 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -2352,6 +2352,16 @@ interface ITelephony {
void triggerRcsReconfiguration(int subId);
/**
+ * Enables or disables the test mode for RCS VoLTE single registration.
+ */
+ void setRcsSingleRegistrationTestModeEnabled(boolean enabled);
+
+ /**
+ * Gets the test mode for RCS VoLTE single registration.
+ */
+ boolean getRcsSingleRegistrationTestModeEnabled();
+
+ /**
* Overrides the config of RCS VoLTE single registration enabled for the device.
*/
void setDeviceSingleRegistrationEnabledOverride(String enabled);