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

Commit 44cf3829 authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Add TelephonyManager test hidden API for testing" am: 5815e26b am:...

Merge "Add TelephonyManager test hidden API for testing" am: 5815e26b am: 0f61c23c am: f3781d19

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1496912

Change-Id: Idd4fded6705704ec7994fdc5e28c2864f2a16739
parents cfd1648f f3781d19
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -13782,6 +13782,15 @@ public class TelephonyManager {
        sServiceHandleCacheEnabled = true;
    }
    /**
     * Setup sITelephony for testing.
     * @hide
     */
    @VisibleForTesting
    public static void setupITelephonyForTest(ITelephony telephony) {
        sITelephony = telephony;
    }
    /**
     * Whether device can connect to 5G network when two SIMs are active.
     * @hide