Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -5858,6 +5858,7 @@ package android.telephony.ims { field public static final int CODE_SIP_SERVER_TIMEOUT = 353; // 0x161 field public static final int CODE_SIP_SERVICE_UNAVAILABLE = 352; // 0x160 field public static final int CODE_SIP_TEMPRARILY_UNAVAILABLE = 336; // 0x150 field public static final int CODE_SIP_USER_MARKED_UNWANTED = 365; // 0x16d field public static final int CODE_SIP_USER_REJECTED = 361; // 0x169 field public static final int CODE_SUPP_SVC_CANCELLED = 1202; // 0x4b2 field public static final int CODE_SUPP_SVC_FAILED = 1201; // 0x4b1 Loading telephony/java/android/telephony/ims/ImsReasonInfo.java +9 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,15 @@ public final class ImsReasonInfo implements Parcelable { public static final int CODE_EMERGENCY_TEMP_FAILURE = 363; public static final int CODE_EMERGENCY_PERM_FAILURE = 364; /** * Call failure code during hangup/reject if user marked the call as unwanted. * * Android Telephony will receive information whether ROBO call feature is supported by the * network from modem and propagate the same to AOSP as new ImsCallProfile members. OEMs can * check this information and provide an option to the user to mark the call as unwanted. */ public static final int CODE_SIP_USER_MARKED_UNWANTED = 365; /** * MEDIA (IMS -> Telephony) */ Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -5858,6 +5858,7 @@ package android.telephony.ims { field public static final int CODE_SIP_SERVER_TIMEOUT = 353; // 0x161 field public static final int CODE_SIP_SERVICE_UNAVAILABLE = 352; // 0x160 field public static final int CODE_SIP_TEMPRARILY_UNAVAILABLE = 336; // 0x150 field public static final int CODE_SIP_USER_MARKED_UNWANTED = 365; // 0x16d field public static final int CODE_SIP_USER_REJECTED = 361; // 0x169 field public static final int CODE_SUPP_SVC_CANCELLED = 1202; // 0x4b2 field public static final int CODE_SUPP_SVC_FAILED = 1201; // 0x4b1 Loading
telephony/java/android/telephony/ims/ImsReasonInfo.java +9 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,15 @@ public final class ImsReasonInfo implements Parcelable { public static final int CODE_EMERGENCY_TEMP_FAILURE = 363; public static final int CODE_EMERGENCY_PERM_FAILURE = 364; /** * Call failure code during hangup/reject if user marked the call as unwanted. * * Android Telephony will receive information whether ROBO call feature is supported by the * network from modem and propagate the same to AOSP as new ImsCallProfile members. OEMs can * check this information and provide an option to the user to mark the call as unwanted. */ public static final int CODE_SIP_USER_MARKED_UNWANTED = 365; /** * MEDIA (IMS -> Telephony) */ Loading