Merge "Merge "Add IMEI_NOT_ACCEPTED error code for IMS" am: 25ce41cf4c am: be34238840 am: 689edc736f" into oc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
f5fb04573b
@@ -107,6 +107,10 @@ public class ImsReasonInfo implements Parcelable {
|
||||
//Call failures for FDN
|
||||
public static final int CODE_FDN_BLOCKED = 241;
|
||||
|
||||
// Network does not accept the emergency call request because IMEI was used as identification
|
||||
// and this capability is not supported by the network.
|
||||
public static final int CODE_IMEI_NOT_ACCEPTED = 243;
|
||||
|
||||
/**
|
||||
* STATUSCODE (SIP response code) (IMS -> Telephony)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user