Fill in methods in EuiccCardController.

Add RESULT_UNKNOWN in EuiccCardManager.

Bug: 38206971
Test: test on phone
Change-Id: I972ba0ab5ff6bb8e6ef50c8684a19bb9cd48a721
This commit is contained in:
Holly Jiuyu Sun
2018-01-18 15:16:31 -08:00
parent 25e50ccccb
commit 321977a191

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