Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91412858 authored by sqian's avatar sqian
Browse files

Remove dummy subscription ids

Test: Treehugger
Bug: 119144366
Change-Id: Ied6d1bd084b2632e72ef60bd96c8a1e6c9d1a16e
Merged-In: Ied6d1bd084b2632e72ef60bd96c8a1e6c9d1a16e
(cherry picked from commit bfde48f4)
parent 70100168
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3645,7 +3645,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
+3 −2
Original line number Diff line number Diff line
@@ -1407,8 +1407,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) {