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

Commit f568b9df authored by Nathan Harold's avatar Nathan Harold
Browse files

Correct the Javadoc for Conditional Barring Factor

Clarify that the conditional barring factor is the probability
that the device is *not* barred.

Bug: 348085095
Test: none
Flag: DOCS_ONLY
Change-Id: I634e06e1729e56edad3cee469a416d5940a352c4
parent e311df8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public final class BarringInfo implements Parcelable {

        /**
         * @return the conditional barring factor as a percentage 0-100, which is the probability of
         *         a random device being barred for the service type.
         *         a random device being allowed for a conditionally barred service.
         */
        public int getConditionalBarringFactor() {
            return mConditionalBarringFactor;