Loading telephony/java/com/android/ims/ImsReasonInfo.java +6 −0 Original line number Diff line number Diff line Loading @@ -228,6 +228,12 @@ public class ImsReasonInfo implements Parcelable { */ public static final int CODE_ECBM_NOT_SUPPORTED = 901; /** * MT call has ended due to a release from the network * because the call was answered elsewhere */ public static final int CODE_ANSWERED_ELSEWHERE = 1014; /** * Network string error messages. * mExtraMessage may have these values. Loading Loading
telephony/java/com/android/ims/ImsReasonInfo.java +6 −0 Original line number Diff line number Diff line Loading @@ -228,6 +228,12 @@ public class ImsReasonInfo implements Parcelable { */ public static final int CODE_ECBM_NOT_SUPPORTED = 901; /** * MT call has ended due to a release from the network * because the call was answered elsewhere */ public static final int CODE_ANSWERED_ELSEWHERE = 1014; /** * Network string error messages. * mExtraMessage may have these values. Loading