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

Commit 7e43c9c4 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/28782899']...

Merge cherrypicks of ['googleplex-android-review.googlesource.com/28782899'] into sparse-12191812-L08300030005824104.
SPARSE_CHANGE: I40beab74c037d4744df1a3421e0e4ed80563f9d3

Change-Id: I3ae53d7eacfa78e2114362919faf8235870b3d85
parents 7e5d57fa e8bb4002
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2215,7 +2215,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
                    for (Record r : mRecords) {
                        if (r.matchTelephonyCallbackEvent(
                                TelephonyCallback.EVENT_PRECISE_DATA_CONNECTION_STATE_CHANGED)
                                && idMatch(r, subId, phoneId)) {
                                && idMatchRelaxed(r, subId, phoneId)) {
                            try {
                                r.callback.onPreciseDataConnectionStateChanged(preciseState);
                            } catch (RemoteException ex) {