Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4306c9c authored by codeworkx's avatar codeworkx Committed by Ricardo Cerqueira
Browse files

telephony: add SamsungExynos4RIL class

Forward ported from CM10 including contributions from:
Andrew Dodd<atd7@cornell.edu>
Daniel Bateman <jetison.24@gmail.com>
Daniel Hillenbrand <codeworkx@cyanogenmod.org>
Ethan Chen <intervigil@gmail.com>
Lee Chu <lee.lc.chu@gmail.com>
Mike Kasick <mike@kasick.org>

Change-Id: Ibc33a866a02a88b346ae30aa6f09a398edfc79c1

Conflicts:
	src/java/com/android/internal/telephony/RIL.java
parent adaf35f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ class RILRequest {
    //***** Instance Variables
    int mSerial;
    int mRequest;
    long creationTime;
    Message mResult;
    Parcel mParcel;
    RILRequest mNext;
@@ -125,6 +126,7 @@ class RILRequest {

        rr.mRequest = request;
        rr.mResult = result;
        rr.creationTime = System.currentTimeMillis();
        rr.mParcel = Parcel.obtain();

        if (result != null && result.getTarget() == null) {
+868 −0

File added.

Preview size limit exceeded, changes collapsed.