Merge "[MEP] Platform initial support for eSim Multiple Enabled Profiles."

This commit is contained in:
Chen Xu
2021-11-16 17:35:04 +00:00
committed by Gerrit Code Review

View File

@@ -315,6 +315,12 @@ public class TelephonyManager {
*/
public static final int UNINITIALIZED_CARD_ID = -2;
/**
* Default port index for the UICC Card
* @hide
*/
public static final int DEFAULT_PORT_INDEX = 0;
private final Context mContext;
private final int mSubId;
@UnsupportedAppUsage