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

Commit f7d27200 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add mock modem service operations in Telephony" am: a7ab2560 am: 2daf9fed

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1926901

Change-Id: Icc7215d10633bd28d00b788ec730c08ad7e4075f
parents 1475f072 2daf9fed
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2526,4 +2526,14 @@ interface ITelephony {
     */
    CellIdentity getLastKnownCellIdentity(int subId, String callingPackage,
            String callingFeatureId);

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