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

am: 04369bf047

Change-Id: I53a62cf2196dafc7952db534cca5a92f706c0d9c
This commit is contained in:
Cassie Han
2018-01-11 17:56:45 +00:00
committed by android-build-merger

View File

@@ -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);
};