Merge "Removed unused method" am: 861980332d

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

Change-Id: I6209eb8b6c9d03ade11363f3be85628419148807
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-03-04 19:21:20 +00:00
committed by Automerger Merge Worker

View File

@@ -113,14 +113,6 @@ interface ISub {
*/ */
oneway void requestEmbeddedSubscriptionInfoListRefresh(int cardId); oneway void requestEmbeddedSubscriptionInfoListRefresh(int cardId);
/**
* Add a new SubscriptionInfo to subinfo database if needed
* @param iccId the IccId of the SIM card
* @param slotIndex the slot which the SIM is inserted
* @return the URL of the newly created row or the updated row
*/
int addSubInfoRecord(String iccId, int slotIndex);
/** /**
* Add a new subscription info record, if needed * Add a new subscription info record, if needed
* @param uniqueId This is the unique identifier for the subscription within the specific * @param uniqueId This is the unique identifier for the subscription within the specific