Renamed methods for clatification

Test: build
Bug: 239607619
Merged-In: Idf33e6db48e7ccba72b5e389039f68011949938a
Change-Id: Idf33e6db48e7ccba72b5e389039f68011949938a
This commit is contained in:
Jack Yu
2022-11-17 22:46:08 -08:00
parent cd2bdd1e84
commit 9696999d10
2 changed files with 2 additions and 2 deletions

View File

@@ -2141,7 +2141,7 @@ public class SubscriptionManager {
try {
ISub iSub = TelephonyManager.getSubscriptionService();
if (iSub != null) {
subId = iSub.getSubId(slotIndex);
subId = iSub.getSubIds(slotIndex);
}
} catch (RemoteException ex) {
// ignore it

View File

@@ -244,7 +244,7 @@ interface ISub {
int getSlotIndex(int subId);
int[] getSubId(int slotIndex);
int[] getSubIds(int slotIndex);
int getDefaultSubId();