Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +5 −0 Original line number Original line Diff line number Diff line Loading @@ -2047,4 +2047,9 @@ interface ITelephony { * data might be disabled on non-default data subscription but explicitly turned on by settings. * data might be disabled on non-default data subscription but explicitly turned on by settings. */ */ boolean isDataAllowedInVoiceCall(int subId); boolean isDataAllowedInVoiceCall(int subId); /** * Command line command to enable or disable handling of CEP data for test purposes. */ oneway void setCepEnabled(boolean isCepEnabled); } } Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +5 −0 Original line number Original line Diff line number Diff line Loading @@ -2047,4 +2047,9 @@ interface ITelephony { * data might be disabled on non-default data subscription but explicitly turned on by settings. * data might be disabled on non-default data subscription but explicitly turned on by settings. */ */ boolean isDataAllowedInVoiceCall(int subId); boolean isDataAllowedInVoiceCall(int subId); /** * Command line command to enable or disable handling of CEP data for test purposes. */ oneway void setCepEnabled(boolean isCepEnabled); } }