Merge "Renamed methods for clatification" am: f8db4fe14c am: e3caa55db1

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

Change-Id: I50685a28afe2d6d295c97ff344d61e68acca07ca
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:38:15 +00:00
committed by Automerger Merge Worker
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();