am 13982956: am 2a39758e: Merge change I51d41230 into eclair

Merge commit '1398295617457666bff877887b19ade105b83b82' into eclair-mr2-plus-aosp

* commit '1398295617457666bff877887b19ade105b83b82':
  Make sure CF icon updates when using "all CF" MMI.
This commit is contained in:
jsh
2009-10-15 19:13:59 -07:00
committed by Android Git Automerger

View File

@@ -595,7 +595,8 @@ public final class GsmMmiCode extends Handler implements MmiCode {
}
int isSettingUnconditionalVoice =
((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) &&
(((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ||
(reason == CommandsInterface.CF_REASON_ALL)) &&
(((serviceClass & CommandsInterface.SERVICE_CLASS_VOICE) != 0) ||
(serviceClass == CommandsInterface.SERVICE_CLASS_NONE))) ? 1 : 0;