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

Commit 0f61c23c 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

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

Change-Id: I2aa3032c8d6a295ea72525c6013bcf833b563625
parents 2407fa17 5815e26b
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -13782,6 +13782,15 @@ public class TelephonyManager {
        sServiceHandleCacheEnabled = true;
        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.
     * Whether device can connect to 5G network when two SIMs are active.
     * @hide
     * @hide