Loading src/java/com/android/internal/telephony/RIL.java +7 −5 Original line number Diff line number Diff line Loading @@ -439,6 +439,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { // todo: rild should be back up since message was sent with a delay. this is // a hack. getRadioProxy(null); getOemHookProxy(null); } break; } Loading Loading @@ -676,7 +677,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { private IRadio getRadioProxy(Message result) { if (!mIsMobileNetworkSupported) { if (RILJ_LOGV) riljLog("Not calling getService(): wifi-only"); if (RILJ_LOGV) riljLog("getRadioProxy: Not calling getService(): wifi-only"); return null; } Loading Loading @@ -712,6 +713,11 @@ public final class RIL extends BaseCommands implements CommandsInterface { } private IOemHook getOemHookProxy(Message result) { if (!mIsMobileNetworkSupported) { if (RILJ_LOGV) riljLog("getOemHookProxy: Not calling getService(): wifi-only"); return null; } if (mOemHookProxy != null) { return mOemHookProxy; } Loading Loading @@ -832,10 +838,6 @@ public final class RIL extends BaseCommands implements CommandsInterface { private void handleRadioProxyExceptionForRR(RILRequest rr, String caller, Exception e) { riljLoge(caller, e); rr.onError(RADIO_NOT_AVAILABLE, null); decrementWakeLock(rr); rr.release(); resetProxyAndRequestList(); } Loading Loading
src/java/com/android/internal/telephony/RIL.java +7 −5 Original line number Diff line number Diff line Loading @@ -439,6 +439,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { // todo: rild should be back up since message was sent with a delay. this is // a hack. getRadioProxy(null); getOemHookProxy(null); } break; } Loading Loading @@ -676,7 +677,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { private IRadio getRadioProxy(Message result) { if (!mIsMobileNetworkSupported) { if (RILJ_LOGV) riljLog("Not calling getService(): wifi-only"); if (RILJ_LOGV) riljLog("getRadioProxy: Not calling getService(): wifi-only"); return null; } Loading Loading @@ -712,6 +713,11 @@ public final class RIL extends BaseCommands implements CommandsInterface { } private IOemHook getOemHookProxy(Message result) { if (!mIsMobileNetworkSupported) { if (RILJ_LOGV) riljLog("getOemHookProxy: Not calling getService(): wifi-only"); return null; } if (mOemHookProxy != null) { return mOemHookProxy; } Loading Loading @@ -832,10 +838,6 @@ public final class RIL extends BaseCommands implements CommandsInterface { private void handleRadioProxyExceptionForRR(RILRequest rr, String caller, Exception e) { riljLoge(caller, e); rr.onError(RADIO_NOT_AVAILABLE, null); decrementWakeLock(rr); rr.release(); resetProxyAndRequestList(); } Loading