Loading telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -8510,7 +8510,9 @@ public class TelephonyManager { if (telephony == null) { throw new IllegalStateException("telephony service is null."); } telephony.rebootModem(getSlotIndex()); if (!telephony.rebootModem(getSlotIndex())) { throw new RuntimeException("Couldn't reboot modem (it may be not supported)"); } } catch (RemoteException ex) { Rlog.e(TAG, "rebootRadio RemoteException", ex); throw ex.rethrowAsRuntimeException(); Loading Loading
telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -8510,7 +8510,9 @@ public class TelephonyManager { if (telephony == null) { throw new IllegalStateException("telephony service is null."); } telephony.rebootModem(getSlotIndex()); if (!telephony.rebootModem(getSlotIndex())) { throw new RuntimeException("Couldn't reboot modem (it may be not supported)"); } } catch (RemoteException ex) { Rlog.e(TAG, "rebootRadio RemoteException", ex); throw ex.rethrowAsRuntimeException(); Loading