Loading telephony/java/android/telephony/SubscriptionManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -2592,7 +2592,9 @@ public class SubscriptionManager { * Get the subscription id for specified logical SIM slot index. * * @param slotIndex The logical SIM slot index. * @return The subscription id. {@link #INVALID_SUBSCRIPTION_ID} if SIM is absent. * @return The subscription id. {@link SubscriptionManager#INVALID_SUBSCRIPTION_ID} if SIM is * absent. If slotIndex is {@link SubscriptionManager#SLOT_INDEX_FOR_REMOTE_SIM_SUB}, the last * inserted remote SIM subscription id will be returned. */ public static int getSubscriptionId(int slotIndex) { if (!isValidSlotIndex(slotIndex)) { Loading Loading
telephony/java/android/telephony/SubscriptionManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -2592,7 +2592,9 @@ public class SubscriptionManager { * Get the subscription id for specified logical SIM slot index. * * @param slotIndex The logical SIM slot index. * @return The subscription id. {@link #INVALID_SUBSCRIPTION_ID} if SIM is absent. * @return The subscription id. {@link SubscriptionManager#INVALID_SUBSCRIPTION_ID} if SIM is * absent. If slotIndex is {@link SubscriptionManager#SLOT_INDEX_FOR_REMOTE_SIM_SUB}, the last * inserted remote SIM subscription id will be returned. */ public static int getSubscriptionId(int slotIndex) { if (!isValidSlotIndex(slotIndex)) { Loading