diff options
author | Ravindra <c_rthat@codeaurora.org> | 2015-09-21 14:43:05 +0530 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:28:59 -0600 |
commit | d13db38a856f92670566cc96f87c87846259c575 (patch) | |
tree | 99b0c6eb59cfa49932888a10cc158e4f49e64b9a /telephony/java/com/android | |
parent | c96a60e262093e2ae4e4f31349c1864ce83a5bfb (diff) | |
download | frameworks_base-d13db38a856f92670566cc96f87c87846259c575.zip frameworks_base-d13db38a856f92670566cc96f87c87846259c575.tar.gz frameworks_base-d13db38a856f92670566cc96f87c87846259c575.tar.bz2 |
MSIM: set phone account handle changes for ECall
Add interface API between Telephony to Telecomm for
updating phoneAcount.
Currently on multisim, Telephony(PhoneApp) picks the best
possible sub for placing emergency call, after selecting the
best possible sub, Telephony uses this new interface API to update
the phoneAcount handle to Telecomm which inturn helps to display
the proper subId on which ECall placed.
Add cause codes for EMERGENCY_TEMP_FAILURE and EMERGENCY_TEMP_FAILURE
Change-Id: Ic0fdc01810ccc35479a1a9447c40e38122a155a9
CRs-Fixed: 722205,778800, 780893
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r-- | telephony/java/com/android/ims/ImsReasonInfo.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/ImsReasonInfo.java b/telephony/java/com/android/ims/ImsReasonInfo.java index 088936f..0244209 100644 --- a/telephony/java/com/android/ims/ImsReasonInfo.java +++ b/telephony/java/com/android/ims/ImsReasonInfo.java @@ -155,6 +155,9 @@ public class ImsReasonInfo implements Parcelable { public static final int CODE_SIP_USER_REJECTED = 361; // Others public static final int CODE_SIP_GLOBAL_ERROR = 362; + // Emergency failure + public static final int CODE_EMERGENCY_TEMP_FAILURE = 363; + public static final int CODE_EMERGENCY_PERM_FAILURE = 364; /** * MEDIA (IMS -> Telephony) |