Loading telephony/java/com/android/internal/telephony/gsm/GsmMmiCode.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
telephony/java/com/android/internal/telephony/gsm/GsmMmiCode.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading