From 3fb7617b692e86af214e138f96a1344304f78597 Mon Sep 17 00:00:00 2001 From: Cassie Date: Fri, 5 Jan 2018 10:11:39 -0800 Subject: [PATCH] Add cellInfoList_1_2 in 1.2/IRadioIndication.hal. As part of the new NetworkScan API project, we need to add V1_2 cellInfoList in RadioIndication to support the V1_2 CellInfo as well. Bug: 63984327, 69058403 Test: Basic telephony sanity Change-Id: I53deb0d3b6ba58a86a8f734618841ff91d6dc6fa --- radio/1.2/IRadioIndication.hal | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/radio/1.2/IRadioIndication.hal b/radio/1.2/IRadioIndication.hal index 4aae74da33..e87bb5b307 100644 --- a/radio/1.2/IRadioIndication.hal +++ b/radio/1.2/IRadioIndication.hal @@ -37,4 +37,13 @@ interface IRadioIndication extends @1.1::IRadioIndication { * the device */ oneway simSlotsStatusChanged(RadioIndicationType type, vec 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 records); };