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

Commit d37fb504 authored by Cassie Han's avatar Cassie Han Committed by android-build-merger
Browse files

Merge "Add cellInfoList_1_2 in 1.2/IRadioIndication.hal." am: ab6101db

am: 04369bf0

Change-Id: I53a62cf2196dafc7952db534cca5a92f706c0d9c
parents ec7b339b 04369bf0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -37,4 +37,13 @@ interface IRadioIndication extends @1.1::IRadioIndication {
     *        the device
     */
    oneway simSlotsStatusChanged(RadioIndicationType type, vec<SimSlotStatus> slotStatus);

    /**
     * Request all of the current cell information known to the radio.
     * Same information as returned by getCellInfoList() in 1.0::IRadio.
     *
     * @param type Type of radio indication
     * @param records Current cell information known to radio
     */
     oneway cellInfoList_1_2(RadioIndicationType type, vec<CellInfo> records);
};