summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorRavindra <c_rthat@codeaurora.org>2015-10-06 15:22:58 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-23 10:43:39 -0700
commit051e732d0ec12b3c6dd71cd1825ec42edc66a837 (patch)
tree0aad324631133d7704898896eaa9b2acbd109ca4 /telephony
parentdfc3f6aaeefceda4ff0337fa0e51eab83c0c820e (diff)
downloadframeworks_base-051e732d0ec12b3c6dd71cd1825ec42edc66a837.zip
frameworks_base-051e732d0ec12b3c6dd71cd1825ec42edc66a837.tar.gz
frameworks_base-051e732d0ec12b3c6dd71cd1825ec42edc66a837.tar.bz2
Revert "MSIM: set phone account handle changes for ECall"
This reverts commit fbdf0855fddd7bff5e648ad820753d8dcaf70840 to fix CTS failures Change-Id: I7248110607f6910ca1747abb0417961201455ecc
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/android/telephony/DisconnectCause.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/telephony/java/android/telephony/DisconnectCause.java b/telephony/java/android/telephony/DisconnectCause.java
index 7f0d83f..085ca0a 100644
--- a/telephony/java/android/telephony/DisconnectCause.java
+++ b/telephony/java/android/telephony/DisconnectCause.java
@@ -251,11 +251,10 @@ public class DisconnectCause {
public static final int INTERWORKING_UNSPECIFIED = 90;
public static final int LOCAL_LOW_BATTERY = 91;
public static final int LOW_BATTERY = 92;
-
/** EMERGENCY call failed with temporary fail cause */
- public static final int EMERGENCY_TEMP_FAILURE = 91;
+ public static final int EMERGENCY_TEMP_FAILURE = 93;
/** EMERGENCY call failed with permanent fail cause */
- public static final int EMERGENCY_PERM_FAILURE = 92;
+ public static final int EMERGENCY_PERM_FAILURE = 94;
/** Private constructor to avoid class instantiation. */
private DisconnectCause() {