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

Commit e000fb4f authored by jimsun's avatar jimsun Committed by terrycrhuang
Browse files

Add mock modem service operations in Telephony

Bug: 205101043
Bug: 203241555
Test: manual
Change-Id: I65127fc43c62b52e3efaa99d06bf77855aab7bb0
parent b77d15fc
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2513,4 +2513,14 @@ interface ITelephony {

    /** Check if telephony new data stack is enabled. */
    boolean isUsingNewDataStack();

    /**
     *  @return true if the modem service is set successfully, false otherwise.
     */
    boolean setModemService(in String serviceName);

    /**
     * @return the service name of the modem service which bind to.
     */
    String getModemService();
}