diff options
author | 2023-03-04 18:39:03 +0000 | |
---|---|---|
committer | 2023-03-04 18:39:03 +0000 | |
commit | 861980332df4fe7eb07a231692028facfd0aa243 (patch) | |
tree | 78ec02937678de26657063859ab3c5491726614d | |
parent | e059f501e8f6811087cc3451910a4e1ed40067d8 (diff) | |
parent | 4f4c9a48f59ad837beb69d1d0ec7283b2fefa418 (diff) |
Merge "Removed unused method"
-rw-r--r-- | telephony/java/com/android/internal/telephony/ISub.aidl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISub.aidl b/telephony/java/com/android/internal/telephony/ISub.aidl index fa1ced54bef2..5173405ac17d 100644 --- a/telephony/java/com/android/internal/telephony/ISub.aidl +++ b/telephony/java/com/android/internal/telephony/ISub.aidl @@ -114,14 +114,6 @@ interface ISub { 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 * @param uniqueId This is the unique identifier for the subscription within the specific * subscription type. |