summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-02-14 02:25:41 +0300
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-02-14 02:25:41 +0300
commit3b0109d17882b8e81a08dd0d9d618efe02c1bd4c (patch)
treec2ddb6fd19d9dc08d768561edeb7e5e576d1c5c6
parentef33a771c1a4b4a695d63f9a8f6baa85acd89102 (diff)
parenta31ea6f63081d74f40c09d45a0db093ef087640f (diff)
downloadframeworks_base-3b0109d17882b8e81a08dd0d9d618efe02c1bd4c.zip
frameworks_base-3b0109d17882b8e81a08dd0d9d618efe02c1bd4c.tar.gz
frameworks_base-3b0109d17882b8e81a08dd0d9d618efe02c1bd4c.tar.bz2
Merge "Add notification type constants." into gingerbread
-rw-r--r--telephony/java/com/android/internal/telephony/gsm/SuppServiceNotification.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/gsm/SuppServiceNotification.java b/telephony/java/com/android/internal/telephony/gsm/SuppServiceNotification.java
index e68655e..200f0b1 100644
--- a/telephony/java/com/android/internal/telephony/gsm/SuppServiceNotification.java
+++ b/telephony/java/com/android/internal/telephony/gsm/SuppServiceNotification.java
@@ -35,6 +35,9 @@ public class SuppServiceNotification {
/** TS 27.007 7.17 "number" (MT only) */
public String number;
+ static public final int NOTIFICATION_TYPE_MO = 0;
+ static public final int NOTIFICATION_TYPE_MT = 1;
+
static public final int MO_CODE_UNCONDITIONAL_CF_ACTIVE = 0;
static public final int MO_CODE_SOME_CF_ACTIVE = 1;
static public final int MO_CODE_CALL_FORWARDED = 2;