Merge changes from topic "redo_ims_poll" am: ec6681c927

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

Change-Id: I0972e8db35cc51932578fa8e9e785466352d203a
This commit is contained in:
Brad Ebinger
2020-10-07 18:49:39 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ import android.telephony.ims.aidl.IRcsUceControllerCallback;
import android.telephony.ims.aidl.IRcsUcePublishStateCallback; import android.telephony.ims.aidl.IRcsUcePublishStateCallback;
import android.telephony.ims.aidl.IImsRegistrationCallback; import android.telephony.ims.aidl.IImsRegistrationCallback;
import com.android.ims.ImsFeatureContainer;
import com.android.ims.internal.IImsServiceFeatureCallback; import com.android.ims.internal.IImsServiceFeatureCallback;
import com.android.internal.telephony.IIntegerConsumer; import com.android.internal.telephony.IIntegerConsumer;
@@ -53,7 +54,6 @@ interface IImsRcsController {
void unregisterUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); void unregisterUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c);
// Internal commands that should not be made public // Internal commands that should not be made public
void registerRcsFeatureCallback(int slotId, in IImsServiceFeatureCallback callback, void registerRcsFeatureCallback(int slotId, in IImsServiceFeatureCallback callback);
boolean oneShot);
void unregisterImsFeatureCallback(in IImsServiceFeatureCallback callback); void unregisterImsFeatureCallback(in IImsServiceFeatureCallback callback);
} }

View File

@@ -828,8 +828,7 @@ interface ITelephony {
* as well as registering the MmTelFeature for callbacks using the IImsServiceFeatureCallback * as well as registering the MmTelFeature for callbacks using the IImsServiceFeatureCallback
* interface. * interface.
*/ */
void registerMmTelFeatureCallback(int slotId, in IImsServiceFeatureCallback callback, void registerMmTelFeatureCallback(int slotId, in IImsServiceFeatureCallback callback);
boolean oneShot);
/** /**
* Unregister a callback that was previously registered through * Unregister a callback that was previously registered through