Merge "Fill in methods in EuiccCardController."

This commit is contained in:
Holly Jiuyu Sun
2018-01-25 17:22:50 +00:00
committed by Gerrit Code Review

View File

@@ -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.
*