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

Commit f8451f13 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Potential fix for unit tests failure" into rvc-dev am: c02d8415 am:...

Merge "Potential fix for unit tests failure" into rvc-dev am: c02d8415 am: 8d877703 am: b4a6efb8

Change-Id: I228589a32db7cdc33769b63f7db5aa54e8631113
parents 495fcff1 b4a6efb8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -632,6 +632,7 @@ public abstract class TelephonyTest {
        replaceInstance(IntentBroadcaster.class, "sIntentBroadcaster", null, mIntentBroadcaster);
        replaceInstance(TelephonyManager.class, "sInstance", null,
                mContext.getSystemService(Context.TELEPHONY_SERVICE));
        replaceInstance(TelephonyManager.class, "sServiceHandleCacheEnabled", null, false);
        replaceInstance(PhoneFactory.class, "sMadeDefaults", null, true);
        replaceInstance(PhoneFactory.class, "sPhone", null, mPhone);
        replaceInstance(PhoneFactory.class, "sPhones", null, mPhones);