Merge "Add ITelephony setCepEnabled command line command."

This commit is contained in:
Treehugger Robot
2019-10-16 06:13:47 +00:00
committed by Gerrit Code Review

View File

@@ -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);
}