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

Commit 327ff53a authored by Shuo Qian's avatar Shuo Qian Committed by Android (Google) Code Review
Browse files

Merge "Add TelephonyManager test hidden API for testing"

parents 7ffec60c 53cfc4a8
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