am 1fb69936: Merge "IMS Call End Cause Additions" into lmp-mr1-dev
* commit '1fb699360d1b193c5144c7dcf209d8dc8dfbb8b8': IMS Call End Cause Additions
This commit is contained in:
@@ -195,6 +195,10 @@ public class ImsReasonInfo implements Parcelable {
|
|||||||
public static final int CODE_USER_IGNORE = 503;
|
public static final int CODE_USER_IGNORE = 503;
|
||||||
// User declines an incoming call
|
// User declines an incoming call
|
||||||
public static final int CODE_USER_DECLINE = 504;
|
public static final int CODE_USER_DECLINE = 504;
|
||||||
|
// Device declines/ends a call due to low battery
|
||||||
|
public static final int CODE_LOW_BATTERY = 505;
|
||||||
|
// Device declines call due to blacklisted call ID
|
||||||
|
public static final int CODE_BLACKLISTED_CALL_ID = 506;
|
||||||
// IMS -> Telephony
|
// IMS -> Telephony
|
||||||
// The call is terminated by the network or remote user
|
// The call is terminated by the network or remote user
|
||||||
public static final int CODE_USER_TERMINATED_BY_REMOTE = 510;
|
public static final int CODE_USER_TERMINATED_BY_REMOTE = 510;
|
||||||
|
|||||||
Reference in New Issue
Block a user