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

Commit 20bd9d7f authored by Penchala Prasad Mittadodla's avatar Penchala Prasad Mittadodla Committed by Gerrit - the friendly Code Review server
Browse files

Telephony: Plmn name override

 - Change access specifier for variables

Change-Id: I7671cf955e058a5059c9ac7c532fc23252f2e2f8
CRs-Fixed: 1077509
parent 6a7175ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,5 +30,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- plmn name override enabled-->
    <bool name="config_plmn_name_override_enabled">false</bool>

</resources>
+2 −2
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ public class ServiceStateTracker extends Handler {
    private static final String PROP_FORCE_ROAMING = "telephony.test.forceRoaming";

    private CommandsInterface mCi;
    private UiccController mUiccController = null;
    protected UiccController mUiccController = null;
    private UiccCardApplication mUiccApplcation = null;
    private IccRecords mIccRecords = null;
    private TelephonyEventLog mEventLog;
@@ -109,7 +109,7 @@ public class ServiceStateTracker extends Handler {
    private boolean mVoiceCapable;

    public ServiceState mSS;
    private ServiceState mNewSS;
    protected ServiceState mNewSS;

    private static final long LAST_CELL_INFO_LIST_MAX_AGE_MS = 2000;
    private long mLastCellInfoListTime;