Merge "API description changed." am: db0515696f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1926905

Change-Id: I9b9266052d13d110337cdaeacd597fdf83d7a308
This commit is contained in:
Hyunho Shin
2021-12-17 03:50:39 +00:00
committed by Automerger Merge Worker

View File

@@ -93,8 +93,8 @@ public interface CapabilityExchangeEventListener {
* Notify the framework that the ImsService has refreshed the PUBLISH * Notify the framework that the ImsService has refreshed the PUBLISH
* internally, which has resulted in a new PUBLISH result. * internally, which has resulted in a new PUBLISH result.
* <p> * <p>
* This method must return both SUCCESS (200 OK) and FAILURE (300+) codes in order to * This method must be called to notify the framework of SUCCESS (200 OK) and FAILURE (300+)
* keep the AOSP stack up to date. * codes in order to keep the AOSP stack up to date.
* @param reasonCode The SIP response code sent from the network. * @param reasonCode The SIP response code sent from the network.
* @param reasonPhrase The optional reason response from the network. If the * @param reasonPhrase The optional reason response from the network. If the
* network provided no reason with the sip code, the string should be empty. * network provided no reason with the sip code, the string should be empty.