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

Commit d43a3ad9 authored by Steve Kondik's avatar Steve Kondik
Browse files

telephony: Make executedPhoneId public

 * For proprietary bits

Change-Id: I5e8c8992e98200b01b44da13ce852d1f40dacac4
parent b64af7cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class DcSwitchAsyncChannel extends AsyncChannel {
    public static class RequestInfo {
        public final NetworkRequest request;
        public final int priority;
        int executedPhoneId;
        public int executedPhoneId;
        private final LocalLog requestLog;

        public RequestInfo(NetworkRequest request, int priority, LocalLog l) {