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

am: d143bb628a

Change-Id: I327158452fb1fc341de7a31c9004aa757406d9bd
This commit is contained in:
Holly Jiuyu Sun
2018-01-25 22:06:08 +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.
*