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

Commit 1946960f authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Add GTS test APIs for testing ImsService"

am: 5a6df1af

Change-Id: Ie7b3eca14fce98be4f78fc95aac4795d7ea730fc
parents 26119bef 5a6df1af
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ public final class ImsFeatureConfiguration implements Parcelable {
            result = 31 * result + featureType;
            return result;
        }

        @Override
        public String toString() {
            return "{s=" + slotId + ", f=" + featureType + "}";
        }
    }

    /**
+10 −0
Original line number Diff line number Diff line
@@ -822,6 +822,16 @@ interface ITelephony {
     */
    boolean isResolvingImsBinding();

    /**
    *  @return true if the ImsService to bind to for the slot id specified was set, false otherwise.
    */
    boolean setImsService(int slotId, boolean isCarrierImsService, String packageName);

    /**
    * @return the package name of the carrier/device ImsService associated with this slot.
    */
    String getImsService(int slotId, boolean isCarrierImsService);

    /**
     * Set the network selection mode to automatic.
     *