Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4dfa6e2 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Add ITelephony setCepEnabled command line command." am: ae48da3c

am: ec6047ad

Change-Id: I1bf8d42a2e7874ceb6503f50fb873e59fefdf713
parents d171f486 ec6047ad
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -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);
}
}