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

Commit ab6101db authored by Cassie Han's avatar Cassie Han Committed by Gerrit Code Review
Browse files

Merge "Add cellInfoList_1_2 in 1.2/IRadioIndication.hal."

parents 6f8633d8 3fb7617b
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -37,4 +37,13 @@ interface IRadioIndication extends @1.1::IRadioIndication {
     *        the device
     *        the device
     */
     */
    oneway simSlotsStatusChanged(RadioIndicationType type, vec<SimSlotStatus> slotStatus);
    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);
};
};