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

Commit 078de80b 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 am: d143bb62

am: d19ef3fa

Change-Id: I8189d3b34e4966c873e689c8c90ca6a8f2b2ec49
parents 5694b0a6 d19ef3fa
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.
     *