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

Commit d72d7300 authored by Chen Xu's avatar Chen Xu Committed by Automerger Merge Worker
Browse files

Merge "HAL docuement: clarify iccSlotStatus when sim state absent or error."...

Merge "HAL docuement: clarify iccSlotStatus when sim state absent or error." am: fad941ad am: c8a9612f am: 45ced745

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1936877

Change-Id: I8ec13c89f9ad83efac903a993b7f0e72ab3b38dd
parents 9e576a0a 45ced745
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -42,7 +42,13 @@ parcelable SimSlotStatus {
     */
    String eid;
    /**
     * PortInfo contains the ICCID, logical slot ID, and port state
     * PortInfo contains the ICCID, logical slot ID, and port state.
     * Cardstate has no relationship with whether the slot is active or inactive. Should always
     * report up at least 1 port otherwise the logicalSlotIndex and portActive info will be lost.
     * For example, the pSIM can be removed, but the slot can still be active. In that case, the
     * SIM_STATUS reported for the corresponding logical stack will show CARDSTATE_ABSENT.
     * Similarly, even if there is no profile enabled on the eSIM, that port can still be the
     * active port in the slot mapping.
     */
    SimPortInfo[] portInfo;
}