Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c8faec6 authored by Deqiang Chen's avatar Deqiang Chen Committed by android-build-merger
Browse files

Merge "Send back dummy response when RIL version is lower than 8" into qt-dev

am: 7d9ab278

Change-Id: Ia7c214a028be8aee0987020eec49421c3c0424e1
parents 264c9323 7d9ab278
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4764,6 +4764,8 @@ public class ServiceStateTracker extends Handler {
    public void requestAllCellInfo(WorkSource workSource, Message rspMsg) {
        if (VDBG) log("SST.requestAllCellInfo(): E");
        if (mCi.getRilVersion() < 8) {
            AsyncResult.forMessage(rspMsg);
            rspMsg.sendToTarget();
            if (DBG) log("SST.requestAllCellInfo(): not implemented");
            return;
        }