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

Commit 2e86c6f1 authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Add TelephonyManager test hidden API for testing" am: 327ff53a

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

Change-Id: I14e0151f8321609fd2252d31932c3c4ade16a04e
parents 4bc52adc 327ff53a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -13973,6 +13973,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