Loading src/java/com/android/internal/telephony/RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -4815,7 +4815,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { static ArrayList<Integer> convertHalLceData(LceDataInfo lce, RIL ril) { final ArrayList<Integer> capacityResponse = new ArrayList<Integer>(); final int capacityDownKbps = lce.lastHopCapacityKbps; final int confidenceLevel = lce.confidenceLevel; final int confidenceLevel = Byte.toUnsignedInt(lce.confidenceLevel); final int lceSuspended = lce.lceSuspended ? 1 : 0; ril.riljLog("LCE capacity information received:" + Loading src/java/com/android/internal/telephony/RadioResponse.java +1 −1 Original line number Diff line number Diff line Loading @@ -1699,7 +1699,7 @@ public class RadioResponse extends IRadioResponse.Stub { if (rr != null) { ArrayList<Integer> ret = new ArrayList<Integer>(); ret.add(statusInfo.lceStatus); ret.add((int) statusInfo.actualIntervalMs); ret.add(Byte.toUnsignedInt(statusInfo.actualIntervalMs)); if (responseInfo.error == RadioError.NONE) { sendMessageResponse(rr.mResult, ret); } Loading Loading
src/java/com/android/internal/telephony/RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -4815,7 +4815,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { static ArrayList<Integer> convertHalLceData(LceDataInfo lce, RIL ril) { final ArrayList<Integer> capacityResponse = new ArrayList<Integer>(); final int capacityDownKbps = lce.lastHopCapacityKbps; final int confidenceLevel = lce.confidenceLevel; final int confidenceLevel = Byte.toUnsignedInt(lce.confidenceLevel); final int lceSuspended = lce.lceSuspended ? 1 : 0; ril.riljLog("LCE capacity information received:" + Loading
src/java/com/android/internal/telephony/RadioResponse.java +1 −1 Original line number Diff line number Diff line Loading @@ -1699,7 +1699,7 @@ public class RadioResponse extends IRadioResponse.Stub { if (rr != null) { ArrayList<Integer> ret = new ArrayList<Integer>(); ret.add(statusInfo.lceStatus); ret.add((int) statusInfo.actualIntervalMs); ret.add(Byte.toUnsignedInt(statusInfo.actualIntervalMs)); if (responseInfo.error == RadioError.NONE) { sendMessageResponse(rr.mResult, ret); } Loading