diff options
author | Pengquan Meng <mpq@google.com> | 2019-02-07 10:13:51 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-07 10:13:51 -0800 |
commit | 18cb6559bcc75299ce4a7f088ff65131505cecb8 (patch) | |
tree | fe1eae8b3fc7f9f228cfbe4dd2b1e2419b3467b8 | |
parent | 6cef9b0a49e8e1fdd933f58f50a73024e755913e (diff) | |
parent | e0298925cef8864e786e38689bb4dda4561f932a (diff) | |
download | platform_hardware_interfaces-18cb6559bcc75299ce4a7f088ff65131505cecb8.tar.gz platform_hardware_interfaces-18cb6559bcc75299ce4a7f088ff65131505cecb8.tar.bz2 platform_hardware_interfaces-18cb6559bcc75299ce4a7f088ff65131505cecb8.zip |
Merge "Fix doc on 1.4 IRadioIndication.cellInfoList1_4"
am: e0298925ce
Change-Id: I8bfc9cc15856f627cd0b84fb7e63064fe9ffa211
-rw-r--r-- | radio/1.4/IRadioIndication.hal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radio/1.4/IRadioIndication.hal b/radio/1.4/IRadioIndication.hal index 3c61f962d5..f4d3ba946e 100644 --- a/radio/1.4/IRadioIndication.hal +++ b/radio/1.4/IRadioIndication.hal @@ -53,7 +53,7 @@ interface IRadioIndication extends @1.3::IRadioIndication { vec<EmergencyNumber> emergencyNumberList); /** - * Request all of the current cell information known to the radio. + * Report all of the current cell information known to the radio. * * @param type Type of radio indication * @param records Current cell information |