Merge "Support telephoy command to set test mode for RCS single registration"
This commit is contained in:
@@ -2351,6 +2351,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