Merge "Add ITelephony setCepEnabled command line command."
This commit is contained in:
@@ -2042,4 +2042,9 @@ interface ITelephony {
|
||||
* data might be disabled on non-default data subscription but explicitly turned on by settings.
|
||||
*/
|
||||
boolean isDataAllowedInVoiceCall(int subId);
|
||||
|
||||
/**
|
||||
* Command line command to enable or disable handling of CEP data for test purposes.
|
||||
*/
|
||||
oneway void setCepEnabled(boolean isCepEnabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user