Merge "Remove dummy subscription ids"

This commit is contained in:
Shuo Qian
2018-11-19 20:38:42 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -3568,7 +3568,6 @@ Lcom/android/internal/telephony/SubscriptionController;->getDefaultDataSubId()I
Lcom/android/internal/telephony/SubscriptionController;->getDefaultSmsSubId()I
Lcom/android/internal/telephony/SubscriptionController;->getDefaultSubId()I
Lcom/android/internal/telephony/SubscriptionController;->getDefaultVoiceSubId()I
Lcom/android/internal/telephony/SubscriptionController;->getDummySubIds(I)[I
Lcom/android/internal/telephony/SubscriptionController;->getInstance()Lcom/android/internal/telephony/SubscriptionController;
Lcom/android/internal/telephony/SubscriptionController;->getPhoneId(I)I
Lcom/android/internal/telephony/SubscriptionController;->getSubId(I)[I

View File

@@ -1421,8 +1421,9 @@ public class SubscriptionManager {
/**
* Get an array of Subscription Ids for specified slot Index.
* @param slotIndex the slot Index.
* @return subscription Ids or null if the given slot Index is not valid.
* @param slotIndex the slot index.
* @return subscription Ids or null if the given slot Index is not valid or there are no active
* subscriptions in the slot.
*/
@Nullable
public static int[] getSubscriptionIds(int slotIndex) {