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

Commit 227db104 authored by Dan Pasanen's avatar Dan Pasanen
Browse files

SamsungQualcommRIL: make isGSM protected

Change-Id: I580057791e3a37e084c870446e07195fbe3d96d0
parent 179e73d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface {


    private Object mSMSLock = new Object();
    private Object mSMSLock = new Object();
    private boolean mIsSendingSMS = false;
    private boolean mIsSendingSMS = false;
    private boolean isGSM = false;
    protected boolean isGSM = false;
    public static final long SEND_SMS_TIMEOUT_IN_MS = 30000;
    public static final long SEND_SMS_TIMEOUT_IN_MS = 30000;
    private boolean oldRilState = needsOldRilFeature("exynos4RadioState");
    private boolean oldRilState = needsOldRilFeature("exynos4RadioState");
    private boolean googleEditionSS = needsOldRilFeature("googleEditionSS");
    private boolean googleEditionSS = needsOldRilFeature("googleEditionSS");