From 0c40e16935bb56aba6c2a5bf04f03b5e31ed6a34 Mon Sep 17 00:00:00 2001 From: Eric Schwarzenbach Date: Tue, 13 Feb 2018 13:41:59 -0800 Subject: [PATCH] Use new AccessNetwork type in the reporting criteria API Bug: 72117365 Test: n/a Change-Id: I55edcf5a317a544148e800bcc5b24b4bd504cecc --- radio/1.2/IRadio.hal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/radio/1.2/IRadio.hal b/radio/1.2/IRadio.hal index 67ce56c582..11809e5cb3 100644 --- a/radio/1.2/IRadio.hal +++ b/radio/1.2/IRadio.hal @@ -74,10 +74,10 @@ interface IRadio extends @1.1::IRadio { * interval value of 0 disables hysteresis. * @param thresholdsDbm A vector of trigger thresholds in dBm. A vector size of 0 disables the * use of thresholds for reporting. - * @param ran The type of network for which to apply these thresholds. + * @param accessNetwork The type of network for which to apply these thresholds. */ oneway setSignalStrengthReportingCriteria(int32_t serial, int32_t hysteresisMs, - int32_t hysteresisDb, vec thresholdsDbm, RadioAccessNetworks ran); + int32_t hysteresisDb, vec thresholdsDbm, AccessNetwork accessNetwork); /** * Sets the link capacity reporting criteria. @@ -103,11 +103,11 @@ interface IRadio extends @1.1::IRadio { * reporting. * @param thresholdsUplinkKbps A vector of trigger thresholds in kbps for uplink reports. A * vector size of 0 disables the use of UL thresholds for reporting. - * @param ran The type of network for which to apply these thresholds. + * @param accessNetwork The type of network for which to apply these thresholds. */ oneway setLinkCapacityReportingCriteria(int32_t serial, int32_t hysteresisMs, int32_t hysteresisDlKbps, int32_t hysteresisUlKbps, vec thresholdsDownlinkKbps, - vec thresholdsUplinkKbps, RadioAccessNetworks ran); + vec thresholdsUplinkKbps, AccessNetwork accessNetwork); /** * Setup a packet data connection. If DataCallResponse.status returns DataCallFailCause:NONE,