Loading src/java/com/android/internal/telephony/DataResponse.java +3 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,9 @@ public class DataResponse extends IRadioDataResponse.Stub { if (rr != null) { int response = responseInfo.error; if (responseInfo.error == RadioError.NONE) { RadioResponse.sendMessageResponse(rr.mResult, response); } mRil.processResponseDone(rr, responseInfo, response); } } Loading src/java/com/android/internal/telephony/RadioResponse.java +3 −1 Original line number Diff line number Diff line Loading @@ -744,7 +744,9 @@ public class RadioResponse extends IRadioResponse.Stub { if (rr != null) { int response = responseInfo.error; if (responseInfo.error == RadioError.NONE) { sendMessageResponse(rr.mResult, response); } mRil.processResponseDone(rr, responseInfo, response); } } Loading Loading
src/java/com/android/internal/telephony/DataResponse.java +3 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,9 @@ public class DataResponse extends IRadioDataResponse.Stub { if (rr != null) { int response = responseInfo.error; if (responseInfo.error == RadioError.NONE) { RadioResponse.sendMessageResponse(rr.mResult, response); } mRil.processResponseDone(rr, responseInfo, response); } } Loading
src/java/com/android/internal/telephony/RadioResponse.java +3 −1 Original line number Diff line number Diff line Loading @@ -744,7 +744,9 @@ public class RadioResponse extends IRadioResponse.Stub { if (rr != null) { int response = responseInfo.error; if (responseInfo.error == RadioError.NONE) { sendMessageResponse(rr.mResult, response); } mRil.processResponseDone(rr, responseInfo, response); } } Loading