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

Commit 5fd99ba4 authored by Dan Pasanen's avatar Dan Pasanen Committed by Ethan Chen
Browse files

RIL: set responseCellInfoList protected to override in sub classes

Change-Id: Ibbbee0c1a59ab2be6b71fc2f70c6279314b55d6e
parent 2864fe59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4262,7 +4262,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
        }
    }

    private ArrayList<CellInfo> responseCellInfoList(Parcel p) {
    protected ArrayList<CellInfo> responseCellInfoList(Parcel p) {
        int numberOfInfoRecs;
        ArrayList<CellInfo> response;