Loading src/java/com/android/internal/telephony/gsm/SuppServiceNotification.java +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -60,7 +63,7 @@ public class SuppServiceNotification { public String toString() { return super.toString() + " mobile" + (notificationType == 0 ? " originated " : " terminated ") + (notificationType == NOTIFICATION_TYPE_MO ? " originated " : " terminated ") + " code: " + code + " index: " + index + " \"" Loading Loading
src/java/com/android/internal/telephony/gsm/SuppServiceNotification.java +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -60,7 +63,7 @@ public class SuppServiceNotification { public String toString() { return super.toString() + " mobile" + (notificationType == 0 ? " originated " : " terminated ") + (notificationType == NOTIFICATION_TYPE_MO ? " originated " : " terminated ") + " code: " + code + " index: " + index + " \"" Loading