Merge "Add ITelephony setCepEnabled command line command."

am: ae48da3c55

Change-Id: Ib532a5c16c29596131a6fbeb695fc2a7d59dd81b
This commit is contained in:
Tyler Gunn
2019-10-15 23:29:29 -07:00
committed by android-build-merger

View File

@@ -2047,4 +2047,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);
}