From ef3207a43f7bd503496683f64eafabe4f4e963cf Mon Sep 17 00:00:00 2001 From: Michele Date: Mon, 4 Mar 2019 13:35:37 -0800 Subject: [PATCH] Fix documentation for carrier lock APIs in IRadio 1.4 Update documentation of getAllowedCarriers_1_4 to indicate correct response function. Update documentation of setAllowedCarriers_1_4 to indicate correct response function. Bug: 127331162 Test: compilation Change-Id: I56b63a7d7a71a62aea14a45b6e3b903a0cb2f5bf --- current.txt | 2 +- radio/1.4/IRadio.hal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/current.txt b/current.txt index 937e7b18fd..b0e6896e89 100644 --- a/current.txt +++ b/current.txt @@ -458,7 +458,7 @@ a1c6b0761bcb89d6bf15a156f9306b8090b3a916a15fea1689b4b0c1738e382f android.hardwar e9d0f11a52715f5a29d89e2d8e2e21db1e16a43174af6b9d51a62d705cda1455 android.hardware.radio@1.3::IRadioIndication d233f0da44f55fdef0a95db5229231412787bb67695cd1ea197ce89a3c2908b9 android.hardware.radio@1.3::IRadioResponse 750a363c8cec70baa1aac19e275c15233c5898e93c6bb5155fa2ca7f365490dc android.hardware.radio@1.3::types -4ac73ec1e4cfa535209e5e22547f08beb20ef812b4a29d0824780f52cbe2324d android.hardware.radio@1.4::IRadio +ef4ab741f7e7762fb45e2e24ca83871f72006ce05f57aa9addc574893dd29872 android.hardware.radio@1.4::IRadio 33d9e6895cca98aa56296bb01720d18b8acd0e4de4960beb712e63ad147438a5 android.hardware.radio@1.4::IRadioIndication 0cc0dd87c634aad36d7df22b2832839ef7ded71909dbcde11cfdd69dc0dc52b8 android.hardware.radio@1.4::IRadioResponse 22091ad1f6cb6da1c7c1467e6412c9c1ae577b3ecc0c3e5047fc4b50cdd60c69 android.hardware.radio@1.4::types diff --git a/radio/1.4/IRadio.hal b/radio/1.4/IRadio.hal index 046f074ff5..3f28ebb1ec 100644 --- a/radio/1.4/IRadio.hal +++ b/radio/1.4/IRadio.hal @@ -207,7 +207,7 @@ interface IRadio extends @1.3::IRadio { * as defined in types.hal * @param multiSimPolicy Policy to be used for devices with multiple SIMs. * - * Response callback is IRadioResponse.setAllowedCarriersResponse() + * Response callback is IRadioResponse.setAllowedCarriersResponse_1_4() */ oneway setAllowedCarriers_1_4(int32_t serial, CarrierRestrictionsWithPriority carriers, SimLockMultiSimPolicy multiSimPolicy); @@ -217,7 +217,7 @@ interface IRadio extends @1.3::IRadio { * * @param serial Serial number of request. * - * Response callback is IRadioResponse.getAllowedCarriersResponse_1_3() + * Response callback is IRadioResponse.getAllowedCarriersResponse_1_4() */ oneway getAllowedCarriers_1_4(int32_t serial);