Merge "Renamed methods for clatification"

This commit is contained in:
TreeHugger Robot
2022-11-18 10:57:43 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -2164,7 +2164,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();