Loading telephony/java/android/telephony/TelephonyManager.java +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
telephony/java/android/telephony/TelephonyManager.java +9 −0 Original line number Diff line number Diff line Loading @@ -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