Loading core/api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -14664,7 +14664,7 @@ package android.telephony.euicc { field public static final int RESULT_EUICC_NOT_FOUND = -2; // 0xfffffffe field public static final int RESULT_OK = 0; // 0x0 field public static final int RESULT_PROFILE_DOES_NOT_EXIST = -4; // 0xfffffffc field @Deprecated public static final int RESULT_PROFILE_NOT_FOUND = 1; // 0x1 field public static final int RESULT_PROFILE_NOT_FOUND = 1; // 0x1 field public static final int RESULT_UNKNOWN_ERROR = -1; // 0xffffffff } telephony/java/android/telephony/euicc/EuiccCardManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -116,10 +116,10 @@ public class EuiccCardManager { /** Resets the default SM-DP+ address. */ public static final int RESET_OPTION_RESET_DEFAULT_SMDP_ADDRESS = 1 << 2; /** Result code when the requested profile is not found * @deprecated use {@link #RESULT_PROFILE_DOES_NOT_EXIST} /** Result code when the requested profile is not found. * {@link #RESULT_PROFILE_NOT_FOUND} is not used in Android U+, * use {@link #RESULT_PROFILE_DOES_NOT_EXIST} instead. **/ @Deprecated public static final int RESULT_PROFILE_NOT_FOUND = 1; /** Result code of execution with no error. */ Loading Loading
core/api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -14664,7 +14664,7 @@ package android.telephony.euicc { field public static final int RESULT_EUICC_NOT_FOUND = -2; // 0xfffffffe field public static final int RESULT_OK = 0; // 0x0 field public static final int RESULT_PROFILE_DOES_NOT_EXIST = -4; // 0xfffffffc field @Deprecated public static final int RESULT_PROFILE_NOT_FOUND = 1; // 0x1 field public static final int RESULT_PROFILE_NOT_FOUND = 1; // 0x1 field public static final int RESULT_UNKNOWN_ERROR = -1; // 0xffffffff }
telephony/java/android/telephony/euicc/EuiccCardManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -116,10 +116,10 @@ public class EuiccCardManager { /** Resets the default SM-DP+ address. */ public static final int RESET_OPTION_RESET_DEFAULT_SMDP_ADDRESS = 1 << 2; /** Result code when the requested profile is not found * @deprecated use {@link #RESULT_PROFILE_DOES_NOT_EXIST} /** Result code when the requested profile is not found. * {@link #RESULT_PROFILE_NOT_FOUND} is not used in Android U+, * use {@link #RESULT_PROFILE_DOES_NOT_EXIST} instead. **/ @Deprecated public static final int RESULT_PROFILE_NOT_FOUND = 1; /** Result code of execution with no error. */ Loading