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

Commit c24d07cd authored by Aman Gupta's avatar Aman Gupta Committed by Android (Google) Code Review
Browse files

Merge "make UiccSlotMapping constructor a system API"

parents 43a4bbe1 23418fe5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13145,6 +13145,7 @@ package android.telephony {
  }
  public final class UiccSlotMapping implements android.os.Parcelable {
    ctor public UiccSlotMapping(int, int, int);
    method public int describeContents();
    method @IntRange(from=0) public int getLogicalSlotIndex();
    method @IntRange(from=0) public int getPhysicalSlotIndex();
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ public final class UiccSlotMapping implements Parcelable {
     * @param physicalSlotIndex is unique index referring to a physical SIM slot.
     * @param logicalSlotIndex is unique index referring to a logical SIM slot.
     *
     * @hide
     */
    public UiccSlotMapping(int portIndex, int physicalSlotIndex, int logicalSlotIndex) {
        this.mPortIndex = portIndex;