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

Commit 0a1aa6e0 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

am: 3c8faec6

Change-Id: Ieebd17626cd6069b2ca32668cb63361369dabb97
parents 0fc8f650 3c8faec6
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;
        }