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

Commit 4c1c145a authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by android-build-merger
Browse files

Merge "Add comments in grouping APIs to clarify possible exceptions." into qt-dev am: f27caf7d

am: 17e5b9c3

Change-Id: I45d035cb4bc7b2e536accd5222f69baf3e4883ac
parents 14ff17c8 17e5b9c3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2749,6 +2749,8 @@ public class SubscriptionManager {
     *
     * @throws SecurityException if the caller doesn't meet the requirements
     *             outlined above.
     * @throws IllegalArgumentException if any of the subscriptions in the list doesn't exist.
     * @throws IllegalStateException if Telephony service is in bad state.
     *
     * @param subIdList list of subId that will be in the same group
     * @return groupUUID a UUID assigned to the subscription group.
@@ -2797,6 +2799,7 @@ public class SubscriptionManager {
     *             outlined above.
     * @throws IllegalArgumentException if the some subscriptions in the list doesn't exist,
     *             or the groupUuid doesn't exist.
     * @throws IllegalStateException if Telephony service is in bad state.
     *
     * @param subIdList list of subId that need adding into the group
     * @param groupUuid the groupUuid the subscriptions are being added to.
@@ -2849,6 +2852,7 @@ public class SubscriptionManager {
     *             outlined above.
     * @throws IllegalArgumentException if the some subscriptions in the list doesn't belong
     *             the specified group.
     * @throws IllegalStateException if Telephony service is in bad state.
     *
     * @param subIdList list of subId that need removing from their groups.
     *