Merge "Fill in methods in EuiccCardController."

am: 197f072da2

Change-Id: I9d8db8ef23c7a469b38748ba8fd4b3a91ca4506e
This commit is contained in:
Holly Jiuyu Sun
2018-01-25 21:47:46 +00:00
committed by android-build-merger

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