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

Commit d143bb62 authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by android-build-merger
Browse files

Merge "Fill in methods in EuiccCardController."

am: 197f072d

Change-Id: I9d8db8ef23c7a469b38748ba8fd4b3a91ca4506e
parents 57f653a1 197f072d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -110,6 +110,9 @@ public class EuiccCardManager {
    /** Result code of execution with no error. */
    public static final int RESULT_OK = 0;

    /** Result code of an unknown error. */
    public static final int RESULT_UNKNOWN_ERROR = -1;

    /**
     * Callback to receive the result of an eUICC card API.
     *