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

Commit 65213935 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fill in methods in EuiccCardController." am: 197f072d am:...

Merge "Merge "Fill in methods in EuiccCardController." am: 197f072d am: d143bb62 am: d19ef3fa"
parents b93b7971 078de80b
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.
     *