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

Commit 4316945f authored by Jack Yu's avatar Jack Yu
Browse files

Updated the javadoc

Bug: 239607619
Test: Build
Change-Id: If936dd225e0bfe770bbe761106113d273597d8a0
parent 17a7bc4a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2672,10 +2672,10 @@ public class SubscriptionManager {
     * @param columnName Column name in subscription database.
     *
     * @return Value in string format associated with {@code subscriptionId} and {@code columnName}
     * from the database.
     * from the database. Empty string if the {@code subscriptionId} is invalid (for backward
     * compatible).
     *
     * @throws IllegalArgumentException if {@code subscriptionId} is invalid, or the field is not
     * exposed.
     * @throws IllegalArgumentException if the field is not exposed.
     *
     * @see android.provider.Telephony.SimInfo for all the columns.
     *