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

Commit 991fa9e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix inconsistant nullability doc on onCellInfo()"

parents a27c2fd6 4f8fe45e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6559,7 +6559,7 @@ public class TelephonyManager {
         * list will be provided. If an error occurs, null will be provided unless the onError
         * callback is overridden.
         *
         * @param cellInfo a list of {@link CellInfo}, an empty list, or null.
         * @param cellInfo a list of {@link CellInfo} or an empty list.
         *
         * {@see android.telephony.TelephonyManager#getAllCellInfo getAllCellInfo()}
         */