Loading packages/SystemUI/src/com/android/systemui/statusbar/MSimSignalClusterView.java +6 −1 Original line number Diff line number Diff line Loading @@ -232,6 +232,7 @@ public class MSimSignalClusterView if (showBoth3gAnd1x() || getMobileCdma3gId(strengthIcon) != 0) { mMobileCdmaVisible = true; mMobileCdma1xOnlyVisible = false; mMobileStrengthId[0] = 0; mMobileCdma1xId = strengthIcon; mMobileCdma3gId = getMobileCdma3gId(mMobileCdma1xId); Loading @@ -239,8 +240,12 @@ public class MSimSignalClusterView //when it is roaming, just show one icon, rather than two icons for CT. mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = true; mMobileStrengthId[0] = 0; mMobileCdma1xOnlyId = strengthIcon; } else { mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = false; } } else { mMobileCdmaVisible = false; Loading packages/SystemUI/src/com/android/systemui/statusbar/SignalClusterView.java +5 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,7 @@ public class SignalClusterView if (showBoth3gAnd1x() || getMobileCdma3gId(strengthIcon) != 0) { mMobileCdmaVisible = true; mMobileCdma1xOnlyVisible = false; mMobileStrengthId = 0; mMobileCdma1xId = strengthIcon; mMobileCdma3gId = getMobileCdma3gId(mMobileCdma1xId); Loading @@ -191,8 +192,12 @@ public class SignalClusterView && (show1xOnly() || isRoaming())) { mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = true; mMobileStrengthId = 0; mMobileCdma1xOnlyId = strengthIcon; } else { mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = false; } } else { mMobileCdmaVisible = false; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/MSimSignalClusterView.java +6 −1 Original line number Diff line number Diff line Loading @@ -232,6 +232,7 @@ public class MSimSignalClusterView if (showBoth3gAnd1x() || getMobileCdma3gId(strengthIcon) != 0) { mMobileCdmaVisible = true; mMobileCdma1xOnlyVisible = false; mMobileStrengthId[0] = 0; mMobileCdma1xId = strengthIcon; mMobileCdma3gId = getMobileCdma3gId(mMobileCdma1xId); Loading @@ -239,8 +240,12 @@ public class MSimSignalClusterView //when it is roaming, just show one icon, rather than two icons for CT. mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = true; mMobileStrengthId[0] = 0; mMobileCdma1xOnlyId = strengthIcon; } else { mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = false; } } else { mMobileCdmaVisible = false; Loading
packages/SystemUI/src/com/android/systemui/statusbar/SignalClusterView.java +5 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,7 @@ public class SignalClusterView if (showBoth3gAnd1x() || getMobileCdma3gId(strengthIcon) != 0) { mMobileCdmaVisible = true; mMobileCdma1xOnlyVisible = false; mMobileStrengthId = 0; mMobileCdma1xId = strengthIcon; mMobileCdma3gId = getMobileCdma3gId(mMobileCdma1xId); Loading @@ -191,8 +192,12 @@ public class SignalClusterView && (show1xOnly() || isRoaming())) { mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = true; mMobileStrengthId = 0; mMobileCdma1xOnlyId = strengthIcon; } else { mMobileCdmaVisible = false; mMobileCdma1xOnlyVisible = false; } } else { mMobileCdmaVisible = false; Loading