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

Commit 321977a1 authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun
Browse files

Fill in methods in EuiccCardController.

Add RESULT_UNKNOWN in EuiccCardManager.

Bug: 38206971
Test: test on phone
Change-Id: I972ba0ab5ff6bb8e6ef50c8684a19bb9cd48a721
parent 25e50ccc
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.
     *