Support telephoy command to set test mode for RCS single registration
Bug: 181054754 Test: Manual Change-Id: Id34c212e536b47c61bc1939ef056905fc26b4df2
This commit is contained in:
@@ -2319,6 +2319,16 @@ interface ITelephony {
|
|||||||
*/
|
*/
|
||||||
void triggerRcsReconfiguration(int subId);
|
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.
|
* Overrides the config of RCS VoLTE single registration enabled for the device.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user