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

Commit cd5fe688 authored by Malcolm Chen's avatar Malcolm Chen
Browse files

Upgrade RadioIndication to 1.5

Bug: 152324460
Test: build
Change-Id: I68ef3c46a0eba8a3c59b45ccfe1d391144a0dade
Merged-In: I68ef3c46a0eba8a3c59b45ccfe1d391144a0dade
parent d163e72a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ import android.hardware.radio.V1_0.SsInfoData;
import android.hardware.radio.V1_0.StkCcUnsolSsResult;
import android.hardware.radio.V1_0.SuppSvcNotification;
import android.hardware.radio.V1_2.CellConnectionStatus;
import android.hardware.radio.V1_4.IRadioIndication;
import android.hardware.radio.V1_5.IRadioIndication;
import android.os.AsyncResult;
import android.sysprop.TelephonyProperties;
import android.telephony.Annotation.RadioPowerState;
@@ -1022,7 +1022,7 @@ public class RadioIndication extends IRadioIndication.Stub {
     */
    public void barringInfoChanged(int indicationType,
            android.hardware.radio.V1_5.CellIdentity cellIdentity,
            List<android.hardware.radio.V1_5.BarringInfo> barringInfos) {
            ArrayList<android.hardware.radio.V1_5.BarringInfo> barringInfos) {
        mRil.processIndication(indicationType);

        CellIdentity ci = CellIdentity.create(cellIdentity);