Loading telephony/java/com/android/internal/telephony/SamsungRIL.java +5 −2 Original line number Diff line number Diff line Loading @@ -845,10 +845,13 @@ public class SamsungRIL extends RIL implements CommandsInterface { response[i] = -1; } if (mIsSamsungCdma) if (mIsSamsungCdma){ if(response[3] < 0){ response[3] = -response[3]; } // Framework takes care of the rest for us. return response; } /* Matching Samsung signal strength to asu. Method taken from Samsungs cdma/gsmSignalStateTracker */ if(mSignalbarCount) Loading Loading
telephony/java/com/android/internal/telephony/SamsungRIL.java +5 −2 Original line number Diff line number Diff line Loading @@ -845,10 +845,13 @@ public class SamsungRIL extends RIL implements CommandsInterface { response[i] = -1; } if (mIsSamsungCdma) if (mIsSamsungCdma){ if(response[3] < 0){ response[3] = -response[3]; } // Framework takes care of the rest for us. return response; } /* Matching Samsung signal strength to asu. Method taken from Samsungs cdma/gsmSignalStateTracker */ if(mSignalbarCount) Loading