Renamed methods for clatification
Test: build Bug: 239607619 Change-Id: Idf33e6db48e7ccba72b5e389039f68011949938a
This commit is contained in:
@@ -2164,7 +2164,7 @@ public class SubscriptionManager {
|
|||||||
try {
|
try {
|
||||||
ISub iSub = TelephonyManager.getSubscriptionService();
|
ISub iSub = TelephonyManager.getSubscriptionService();
|
||||||
if (iSub != null) {
|
if (iSub != null) {
|
||||||
subId = iSub.getSubId(slotIndex);
|
subId = iSub.getSubIds(slotIndex);
|
||||||
}
|
}
|
||||||
} catch (RemoteException ex) {
|
} catch (RemoteException ex) {
|
||||||
// ignore it
|
// ignore it
|
||||||
|
|||||||
2
telephony/java/com/android/internal/telephony/ISub.aidl
Executable file → Normal file
2
telephony/java/com/android/internal/telephony/ISub.aidl
Executable file → Normal file
@@ -244,7 +244,7 @@ interface ISub {
|
|||||||
|
|
||||||
int getSlotIndex(int subId);
|
int getSlotIndex(int subId);
|
||||||
|
|
||||||
int[] getSubId(int slotIndex);
|
int[] getSubIds(int slotIndex);
|
||||||
|
|
||||||
int getDefaultSubId();
|
int getDefaultSubId();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user