Loading telephony/java/android/telephony/TelephonyManager.java +12 −0 Original line number Diff line number Diff line Loading @@ -17277,6 +17277,18 @@ public class TelephonyManager { } } /** * Setup sISms for testing. * * @hide */ @VisibleForTesting public static void setupISmsForTest(ISms iSms) { synchronized (sCacheLock) { sISms = iSms; } } /** * Whether device can connect to 5G network when two SIMs are active. * Loading
telephony/java/android/telephony/TelephonyManager.java +12 −0 Original line number Diff line number Diff line Loading @@ -17277,6 +17277,18 @@ public class TelephonyManager { } } /** * Setup sISms for testing. * * @hide */ @VisibleForTesting public static void setupISmsForTest(ISms iSms) { synchronized (sCacheLock) { sISms = iSms; } } /** * Whether device can connect to 5G network when two SIMs are active. *