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

Commit 197f072d authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by Gerrit Code Review
Browse files

Merge "Fill in methods in EuiccCardController."

parents ffcf3ff7 321977a1
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.
     *