From 83d8141905554285c82ab1528abed99f596b287e Mon Sep 17 00:00:00 2001 From: Hyunho Date: Wed, 15 Dec 2021 07:54:50 +0000 Subject: [PATCH] API description changed. the api description changed to reflect what is expected to be done by the caller Bug: b/210738734 Test: Build Change-Id: I85cddad952cfb9f657b15c5c5e75bb0adc52188f Merged-In: I85cddad952cfb9f657b15c5c5e75bb0adc52188f --- .../telephony/ims/stub/CapabilityExchangeEventListener.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telephony/java/android/telephony/ims/stub/CapabilityExchangeEventListener.java b/telephony/java/android/telephony/ims/stub/CapabilityExchangeEventListener.java index 9293a40d9a335..7a1a2af060d2a 100644 --- a/telephony/java/android/telephony/ims/stub/CapabilityExchangeEventListener.java +++ b/telephony/java/android/telephony/ims/stub/CapabilityExchangeEventListener.java @@ -93,8 +93,8 @@ public interface CapabilityExchangeEventListener { * Notify the framework that the ImsService has refreshed the PUBLISH * internally, which has resulted in a new PUBLISH result. *

- * This method must return both SUCCESS (200 OK) and FAILURE (300+) codes in order to - * keep the AOSP stack up to date. + * This method must be called to notify the framework of SUCCESS (200 OK) and FAILURE (300+) + * codes in order to keep the AOSP stack up to date. * @param reasonCode The SIP response code sent from the network. * @param reasonPhrase The optional reason response from the network. If the * network provided no reason with the sip code, the string should be empty.