Loading radio/1.2/IRadioIndication.hal +9 −0 Original line number Original line Diff line number Diff line Loading @@ -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); }; }; Loading
radio/1.2/IRadioIndication.hal +9 −0 Original line number Original line Diff line number Diff line Loading @@ -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); }; };