Merge change I51d41230 into eclair

* changes:
  Make sure CF icon updates when using "all CF" MMI.
This commit is contained in:
Android (Google) Code Review
2009-10-15 18:49:44 -04:00

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;