Fix CTS failure caused by ag/16284012

BUG:216049141

Change-Id: I5265485feac8c5d718288702025c6276f20bb1f0
This commit is contained in:
Shubham Dubey
2022-01-24 06:47:41 +00:00
parent 2a7fc664a0
commit 2b20013acc

View File

@@ -488,9 +488,7 @@ public class RcsFeature extends ImsFeature {
* has already been created in the framework. * has already been created in the framework.
* @param listener A {@link CapabilityExchangeEventListener} to send the capability exchange * @param listener A {@link CapabilityExchangeEventListener} to send the capability exchange
* event to the framework. * event to the framework.
* @hide
*/ */
@SystemApi
private void initRcsCapabilityExchangeImplBase( private void initRcsCapabilityExchangeImplBase(
@NonNull CapabilityExchangeEventListener listener) { @NonNull CapabilityExchangeEventListener listener) {
synchronized (mLock) { synchronized (mLock) {